summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2012-02-22 12:59:59 -0600
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:15 +0800
commit7b6cb73b0a86a1d274633830fed5c65c1a0dd7d8 (patch)
tree6cc4beb9c6e30f30eb7520a2b17353cb1a20d1ad /firmware
parenta527da1c4561fbe4a9a0794cebd4dbd870899d1b (diff)
ENGR00174886-2 - EPDC fb: Don't register EPDC unless "epdc" kernel option set
- EPDC firmware build was breaking due to binary build pre-empting the conversion from .fw.ihex->.fw. Resolve this by forcing firmware objects to be built in order. Signed-off-by: Danny Nold <dannynold@freescale.com>
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index c469e861125e..459d5b08473b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -226,6 +226,8 @@ $(patsubst %,$(obj)/%.gen.o, $(fw-external-y)): $(obj)/%.gen.o: $(fwdir)/%
$(obj)/%: $(obj)/%.ihex | $(objtree)/$(obj)/$$(dir %)
$(call cmd,ihex)
+.NOTPARALLEL: $(obj)/%
+
# Don't depend on ihex2fw if we're installing and it already exists.
# Putting it after | in the dependencies doesn't seem sufficient when
# we're installing after a cross-compile, because ihex2fw has dependencies