Browse Source

avoid duplicate .defconfig

Waldemar Brodkorb 7 years ago
parent
commit
fcfd587483
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mk/build.mk

+ 1 - 0
mk/build.mk

@@ -323,6 +323,7 @@ $(CONFIG)/mconf:
 	@$(MAKE) -C $(CONFIG)
 
 defconfig: .menu $(CONFIG)/conf
+	-@rm $(ADK_TOPDIR)/.defconfig
 	@if [ ! -z "$(ADK_NO_CHECKSUM)" ];then \
 		echo "ADK_DISABLE_CHECKSUM=y" >> $(ADK_TOPDIR)/.defconfig; \
 	fi