Эх сурвалжийг харах

allow to enable uclibc testsuite

Waldemar Brodkorb 12 жил өмнө
parent
commit
2cab3266d0
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  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)"\$$ \