X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5ce36cbb20aa8d96145a1fe5e9e59794224c82df..54ca5395e8b95e06ad81e8f94a754b42adb59319:/include/kernel-build.mk diff --git a/include/kernel-build.mk b/include/kernel-build.mk index da1fe39bc..8750bb4fd 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -167,6 +167,8 @@ $(eval $(call shexport,Target/Description)) download: $(DL_DIR)/$(LINUX_SOURCE) prepare: $(STAMP_CONFIGURED) compile: $(LINUX_DIR)/.modules + $(MAKE) -C image compile + oldconfig menuconfig: $(STAMP_PREPARED) FORCE $(call Kernel/Configure) $(SCRIPT_DIR)/config.pl '+' $(GENERIC_LINUX_CONFIG) $(LINUX_CONFIG) > $(LINUX_DIR)/.config