X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fkernel-build.mk;h=0d3b40e16f44f73fcaf5e05b9c36876dd79200b6;hb=5f748a6c24863b08652d835c2858acfd83a84238;hp=b3fcd9056fc31039a154dd8a2cf5d314e3be22b2;hpb=40c124137756afa95bddce19fb942a3aac9c9480;p=librecmc%2Flibrecmc.git diff --git a/include/kernel-build.mk b/include/kernel-build.mk index b3fcd9056f..0d3b40e16f 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