summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2012-02-22 12:59:59 -0600
committerDanny Nold <dannynold@freescale.com>2012-02-22 13:30:27 -0600
commit8dee1eb1cf2e64b511010e35782f14add85a0c8e (patch)
tree29385e1fe6e45168c098a90cf2d3715b2a832b1c /firmware
parentb230853f1bdc1d450952cd4d95d5e2427f972152 (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