summaryrefslogtreecommitdiff
path: root/openwrt/include/kernel-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-08-27 13:22:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-08-27 13:22:42 +0000
commit8278890f158d37ddedf71c0da78ffa89c92d0045 (patch)
tree1f7a314695b3f7bc6809dc946d9a013dc87a2a21 /openwrt/include/kernel-build.mk
parent968de6d4c802a55f17e4a35b4a7f59bdf90af449 (diff)
downloadmtk-20170518-8278890f158d37ddedf71c0da78ffa89c92d0045.zip
mtk-20170518-8278890f158d37ddedf71c0da78ffa89c92d0045.tar.gz
mtk-20170518-8278890f158d37ddedf71c0da78ffa89c92d0045.tar.bz2
move $(MAKE) packages from .linux-compile: to compile:
SVN-Revision: 4689
Diffstat (limited to 'openwrt/include/kernel-build.mk')
-rw-r--r--openwrt/include/kernel-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/kernel-build.mk b/openwrt/include/kernel-build.mk
index 5e45342..c5b3668 100644
--- a/openwrt/include/kernel-build.mk
+++ b/openwrt/include/kernel-build.mk
@@ -82,7 +82,6 @@ $(LINUX_DIR)/.linux-compile:
@rm -f $(BUILD_DIR)/linux
ln -sf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux
@$(MAKE) modules
- @$(MAKE) packages
touch $@
$(KERNEL_IPKG):
@@ -110,6 +109,7 @@ prepare: $(LINUX_DIR)/.configured
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)
compile: prepare $(LINUX_DIR)/.linux-compile
+ @$(MAKE) packages
install: compile $(LINUX_KERNEL)