From 4c6c987f09c6973bb49aa452aca8332f6e620d12 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 18 Apr 2007 12:28:38 +0000 Subject: 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 --- rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.mk') 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 -- cgit v1.2.3