X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b6843d1a6fb343f9e21deeadee365b26dbe68ca7..f08f0691af7bd6dc266fff403ca4ac8b48fa62cb:/include/kernel-build.mk diff --git a/include/kernel-build.mk b/include/kernel-build.mk index b3fcd9056..0d3b40e16 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -6,7 +6,6 @@ # KERNEL_BUILD:=1 -include $(INCLUDE_DIR)/kernel-version.mk include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/prereq.mk @@ -167,6 +166,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 @@ -174,7 +175,7 @@ oldconfig menuconfig: $(STAMP_PREPARED) FORCE $(SCRIPT_DIR)/config.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG) install: $(LINUX_DIR)/.image - $(MAKE) -C image install + $(MAKE) -C image compile install clean: FORCE rm -f $(STAMP_DIR)/.linux-compile @@ -188,6 +189,6 @@ rebuild: FORCE @$(MAKE) compile image-prereq: - $(MAKE) -s -C image prereq + $(SUBMAKE) -s -C image prereq prereq: image-prereq