remove reference to unused .kernel.mk

SVN-Revision: 6959
This commit is contained in:
Felix Fietkau 2007-04-15 21:39:30 +00:00
parent 5203f99da6
commit bbe7bd4f29
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ endef
$(eval $(call shexport,Target/Description))
download: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured $(TMP_DIR)/.kernel.mk
prepare: $(LINUX_DIR)/.configured
compile: $(LINUX_DIR)/.modules
menuconfig: $(LINUX_DIR)/.prepared FORCE
$(call Kernel/Configure)