use separate sysctl.conf files for 2.4 and 2.6 - fixes some boot message spam
[openwrt/svn-archive/archive.git] / include / kernel-build.mk
index 155a542f3d335fdd0f9aaed315b12702b24ae1cf..9037b5ced043ccc656769cdce0a17122290e4c53 100644 (file)
@@ -92,7 +92,7 @@ define BuildKernel
        $(call Kernel/Configure)
        touch $$@
 
-  $(LINUX_DIR)/.modules: $(LINUX_DIR)/.configured $(LINUX_DIR)/.config
+  $(LINUX_DIR)/.modules: $(LINUX_DIR)/.configured $(LINUX_DIR)/.config FORCE
        $(call Kernel/CompileModules)
        touch $$@