remove reference to unused .kernel.mk
SVN-Revision: 6959
This commit is contained in:
parent
5203f99da6
commit
bbe7bd4f29
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue