Browse Source

allow to enable uclibc testsuite

Waldemar Brodkorb 10 years ago
parent
commit
2cab3266d0
1 changed files with 3 additions and 0 deletions
  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)"\$$ \