소스 검색

fix kernel config related build error

SVN-Revision: 9640
Felix Fietkau 18 년 전
부모
커밋
5526395594
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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