Ver Fonte

allow to enable uclibc testsuite

Waldemar Brodkorb há 11 anos atrás
pai
commit
2cab3266d0
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      mk/build.mk

+ 3 - 0
mk/build.mk

@@ -349,6 +349,9 @@ endif
 	@if [ ! -z "$(ADK_LTP)" ];then \
 		echo "ADK_PACKAGE_LTP=y" >> $(ADK_TOPDIR)/.defconfig; \
 	fi
+	@if [ ! -z "$(ADK_UCLIBC_TEST)" ];then \
+		echo "ADK_UCLIBC_TEST=y" >> $(ADK_TOPDIR)/.defconfig; \
+	fi
 	@if [ ! -z "$(ADK_TARGET_ARCH)" ];then \
 		grep "^config" target/config/Config.in.arch.choice \
 			|grep -i "$(ADK_TARGET_ARCH)"\$$ \