fix kernel config related build error

SVN-Revision: 9640
This commit is contained in:
Felix Fietkau 2007-11-30 17:22:44 +00:00
parent 1b3a1d0de1
commit 5526395594
1 changed files with 1 additions and 1 deletions

View File

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