summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-18 12:28:38 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-04-18 12:28:38 +0000
commit83790f74ad846ab2a50c71fab34a2d7755df4a95 (patch)
treee654d64992582dda9d38ce98a7f230c0e3424561 /rules.mk
parentce03b0650991e557e25fbd0cb1b2c6d3802671e2 (diff)
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6998 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2dc8bcc7c..9ec98961c 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