aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-09-19 16:16:58 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-09-19 16:18:37 +0100
commitd93c333dc867d04111c9dcebdbcaa9ae8b2d5c2d (patch)
treea1f7d5158ede42d032a38f530a4a7ba3273dc826 /arch
parentARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasing (diff)
downloadlinux-dev-d93c333dc867d04111c9dcebdbcaa9ae8b2d5c2d.tar.xz
linux-dev-d93c333dc867d04111c9dcebdbcaa9ae8b2d5c2d.zip
ARM: Fix build error when using KCONFIG_CONFIG
Jonathan Cameron reports that when using the environment variable KCONFIG_CONFIG, he encounters this error: make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds' Reported-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile
index b23f6bc46cfa..65a7c1c588a9 100644
--- a/arch/arm/boot/compressed/Makefile
+++ b/arch/arm/boot/compressed/Makefile
@@ -116,5 +116,5 @@ CFLAGS_font.o := -Dstatic=
$(obj)/font.c: $(FONTC)
$(call cmd,shipped)
-$(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
+$(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile $(KCONFIG_CONFIG)
@sed "$(SEDFLAGS)" < $< > $@