Browse Source

fix kernel config related build error

SVN-Revision: 9640
Felix Fietkau 18 years ago
parent
commit
5526395594
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/kernel.mk

+ 1 - 1
include/kernel.mk

@@ -89,7 +89,7 @@ define ModuleAutoLoad
 	fi
 endef
 
-ifeq ($(DUMP),)
+ifeq ($(DUMP)$(TARGET_BUILD),)
   -include $(LINUX_DIR)/.config
 endif