X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b6843d1a6fb343f9e21deeadee365b26dbe68ca7..94040edc4564cd2419a4d0898fdece22d0d205ea:/include/kernel-build.mk?ds=sidebyside diff --git a/include/kernel-build.mk b/include/kernel-build.mk index b3fcd9056..da1fe39bc 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -174,7 +174,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 +188,6 @@ rebuild: FORCE @$(MAKE) compile image-prereq: - $(MAKE) -s -C image prereq + $(SUBMAKE) -s -C image prereq prereq: image-prereq