projects/*/options:

- add Option to build testing packages (default to no)
This commit is contained in:
Stephan Raue 2010-02-02 15:23:15 +01:00
parent f6122b0eac
commit 5d49321517
3 changed files with 9 additions and 0 deletions

View File

@ -107,5 +107,8 @@
# build with emulator support (yes / no)
EMULATORS="no"
# Testpackages for development (yes / no)
TESTING="no"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -107,5 +107,8 @@
# build with emulator support (yes / no)
EMULATORS="no"
# Testpackages for development (yes / no)
TESTING="no"
# Coreboot support (yes / no)
COREBOOT="no"

View File

@ -107,5 +107,8 @@
# build with emulator support (yes / no)
EMULATORS="no"
# Testpackages for development (yes / no)
TESTING="no"
# Coreboot support (yes / no)
COREBOOT="no"