final step in buildroot facelift

This commit is contained in:
Eric Andersen
2004-10-09 06:13:40 +00:00
parent ae2792b44c
commit f694016136
172 changed files with 1040 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
#
config BR2_PACKAGE_LTP-TESTSUITE
bool"ltp-testsuite"
default n
help
Add help text here.

View File

@@ -0,0 +1,3 @@
ifeq ($(strip $(BR2_PACKAGE_LTP-TESTSUITE)),y)
TARGETS+=ltp-testsuite
endif