[PATCH] ARM: Include Makefile.boot only when it exists
Eric Miao
eric.y.miao at gmail.com
Mon Apr 18 01:19:36 EDT 2011
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 at 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
More information about the linux-arm-kernel
mailing list