linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Include Makefile.boot only when it exists
@ 2011-04-18  5:19 Eric Miao
  2011-04-20  8:32 ` Shawn Guo
  0 siblings, 1 reply; 20+ messages in thread
From: Eric Miao @ 2011-04-18  5:19 UTC (permalink / raw)
  To: linux-arm-kernel

If AUTO_ZRELADDR is selected and target is not uImage, the existence
of Makefile.boot could be optional.

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
---
 arch/arm/boot/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/Makefile b/arch/arm/boot/Makefile
index 9128fdd..277368f 100644
--- a/arch/arm/boot/Makefile
+++ b/arch/arm/boot/Makefile
@@ -14,7 +14,7 @@
 MKIMAGE         := $(srctree)/scripts/mkuboot.sh
 
 ifneq ($(MACHINE),)
-include $(srctree)/$(MACHINE)/Makefile.boot
+-include $(srctree)/$(MACHINE)/Makefile.boot
 endif
 
 # Note: the following conditions must always be true:
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2011-05-03 16:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18  5:19 [PATCH] ARM: Include Makefile.boot only when it exists Eric Miao
2011-04-20  8:32 ` Shawn Guo
2011-04-20  9:27   ` Eric Miao
2011-04-20  9:41     ` Shawn Guo
2011-04-20  9:48     ` Uwe Kleine-König
2011-04-28 15:27     ` Russell King - ARM Linux
2011-04-29  1:00       ` Nicolas Pitre
2011-04-29  7:53         ` Russell King - ARM Linux
2011-04-29 12:32           ` Nicolas Pitre
2011-04-29 13:33             ` Russell King - ARM Linux
2011-04-29 19:43               ` Nicolas Pitre
2011-04-30  8:44                 ` Brian Swetland
2011-05-03 10:25                   ` Mark Brown
2011-04-29 13:32           ` Shawn Guo
2011-04-29 13:47             ` Russell King - ARM Linux
2011-05-03 16:08               ` Mark Brown
2011-05-01  6:05             ` Richard Cochran
2011-05-01  6:09         ` Richard Cochran
2011-05-01 13:07           ` Nicolas Pitre
2011-05-01 15:59             ` Richard Cochran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).