1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00

add workaround for occasional kernel module build failures related to kernel config changes

SVN-Revision: 7050
This commit is contained in:
Felix Fietkau 2007-04-25 22:26:40 +00:00
parent 8d17e735d0
commit 74cd5bc109

View File

@ -55,6 +55,7 @@ define Kernel/Configure/Default
endef
define Kernel/CompileModules/Default
rm -f $(LINUX_DIR)/vmlinux $(LINUX_DIR)/System.map
$(MAKE) -j$(CONFIG_JLEVEL) $(KERNEL_MAKEOPTS) CC="$(KERNEL_CC)" modules
endef