make[2]: *** No rule to make target `.config', needed by `arch/arm/boot/compressed/vmlinux.lds'

Jonathan Cameron jic23 at cam.ac.uk
Sat Sep 18 11:24:57 EDT 2010


when using the environment variable KCONFIG_CONFIG

This comes from:

arch/arm/boot/compressed/Makefile

$(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config
	@sed "$(SEDFLAGS)" < $< > $@

My immediate feel is that changing that .config for $(KCONFIG_CONFIG)
ought to fix the problem. Is this right or am I missing something?

Jonathan



More information about the linux-arm-kernel mailing list