fix kernel config related build error
authorFelix Fietkau <nbd@openwrt.org>
Fri, 30 Nov 2007 17:22:44 +0000 (17:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 30 Nov 2007 17:22:44 +0000 (17:22 +0000)
SVN-Revision: 9640

include/kernel.mk

index 460269949b1422b2fcf1165354a9fa3fbc275ad2..b413d8484081aee30ab5063ef7c5c05bc348b891 100644 (file)
@@ -89,7 +89,7 @@ define ModuleAutoLoad
        fi
 endef
 
-ifeq ($(DUMP),)
+ifeq ($(DUMP)$(TARGET_BUILD),)
   -include $(LINUX_DIR)/.config
 endif