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
This commit is contained in:
Felix Fietkau
2007-04-18 12:28:38 +00:00
parent a3a9e039d8
commit 4c6c987f09
15 changed files with 198 additions and 199 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ define default_subtargets
%-compile: %-prepare
$$(MAKE) -C $$(patsubst %-compile,%,$$@) compile
%-install: %-compile
%-install:
$$(MAKE) -C $$(patsubst %-install,%,$$@) install
%-clean: FORCE