summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDanny Nold <dannynold@freescale.com>2012-02-22 12:59:59 -0600
committerNitin Garg <nitin.garg@freescale.com>2014-06-03 21:49:50 -0500
commit844616e4edf99c745833eb9ce059101afe63d325 (patch)
tree0604852c2c8ea2eea6bf23e88989756ea882f4bd /firmware
parent607ea4916223d1ceb4a2e509bd0cfa69b836439f (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