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-08-27 18:06:26 -0500
commita6e80f9d971ba795a25f71ea498f30d4316112af (patch)
tree2fa8e4e5d7e27200eb8c6a1bc0c63f48ace34564 /firmware
parent6e30daf0f9e354857cf5b6df60bc310292ce91d0 (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> (cherry picked from commit 7b6cb73b0a86a1d274633830fed5c65c1a0dd7d8)
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 fc975f9c597d..f56510768b85 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -215,6 +215,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