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:
@@ -56,7 +56,6 @@ endef
|
||||
|
||||
define Kernel/CompileModules/Default
|
||||
$(MAKE) -j$(CONFIG_JLEVEL) $(KERNEL_MAKEOPTS) CC="$(KERNEL_CC)" modules
|
||||
$(MAKE) $(KERNEL_MAKEOPTS) CC="$(KERNEL_CC)" DEPMOD=true INSTALL_MOD_PATH=$(KERNEL_BUILD_DIR)/modules modules_install
|
||||
endef
|
||||
|
||||
ifeq ($(KERNEL),2.6)
|
||||
|
||||
Reference in New Issue
Block a user