summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-18 12:28:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-18 12:28:38 +0000
commit4c6c987f09c6973bb49aa452aca8332f6e620d12 (patch)
treec9a979ef4473f55e9a33a1c8d58eef183b673993 /rules.mk
parenta3a9e039d87cbcd2efc47004e8bce099570a9020 (diff)
downloadmaster-31e0f0ae-4c6c987f09c6973bb49aa452aca8332f6e620d12.tar.gz
master-31e0f0ae-4c6c987f09c6973bb49aa452aca8332f6e620d12.tar.bz2
master-31e0f0ae-4c6c987f09c6973bb49aa452aca8332f6e620d12.zip
Improved autorebuild for kernel related stuff. - make modules_install in the kernel tree is no longer called - make modules is called on every target/compile run - kmod packages pull the kernel modules directly out of the kernel tree and have proper file depends on them
SVN-Revision: 6998
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 2dc8bcc7cc..9ec98961ce 100644
--- a/rules.mk
+++ b/rules.mk
@@ -144,7 +144,7 @@ define default_subtargets
%-compile: %-prepare
$$(MAKE) -C $$(patsubst %-compile,%,$$@) compile
- %-install: %-compile
+ %-install:
$$(MAKE) -C $$(patsubst %-install,%,$$@) install
%-clean: FORCE