* [PATCH] ARM: pbl: Always call pbl make
@ 2013-05-28 8:43 Sascha Hauer
0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2013-05-28 8:43 UTC (permalink / raw)
To: barebox
We always must decend into the pbl build. Otherwise it doesn't get
rebuilt if only sourcefiles from the pbl are changed.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
arch/arm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 90a4713..8f0d23e 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -257,7 +257,7 @@ KBUILD_IMAGE := barebox.zynq
endif
pbl := arch/arm/pbl
-$(pbl)/zbarebox.S $(pbl)/zbarebox.bin $(pbl)/zbarebox: barebox.bin
+$(pbl)/zbarebox.S $(pbl)/zbarebox.bin $(pbl)/zbarebox: barebox.bin FORCE
$(Q)$(MAKE) $(build)=$(pbl) $@
archclean:
--
1.8.2.rc2
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-28 8:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 8:43 [PATCH] ARM: pbl: Always call pbl make Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox