diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-18 12:28:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-18 12:28:38 +0000 |
commit | 4c6c987f09c6973bb49aa452aca8332f6e620d12 (patch) | |
tree | c9a979ef4473f55e9a33a1c8d58eef183b673993 /rules.mk | |
parent | a3a9e039d87cbcd2efc47004e8bce099570a9020 (diff) | |
download | upstream-4c6c987f09c6973bb49aa452aca8332f6e620d12.tar.gz upstream-4c6c987f09c6973bb49aa452aca8332f6e620d12.tar.bz2 upstream-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ define default_subtargets %-compile: %-prepare $$(MAKE) -C $$(patsubst %-compile,%,$$@) compile - %-install: %-compile + %-install: $$(MAKE) -C $$(patsubst %-install,%,$$@) install %-clean: FORCE |