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>2013-11-12 05:58:50 +0800
commit00a5a06945b6d96191edc481ede2d1d16054af64 (patch)
treebefca9516a9e47b3ace0f47168209ca38734cf82 /firmware
parent5e8611220549e54ad003c3aabf591a4e433a2c9f (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