|
@@ -1248,6 +1248,9 @@ build() {
|
|
fi
|
|
fi
|
|
|
|
|
|
# build defaults for different tests
|
|
# build defaults for different tests
|
|
|
|
+ if [ $test = "toolchain" ]; then
|
|
|
|
+ DEFAULT="$DEFAULT ADK_TEST_TOOLCHAIN=y"
|
|
|
|
+ fi
|
|
if [ $test = "boot" ]; then
|
|
if [ $test = "boot" ]; then
|
|
DEFAULT="$DEFAULT ADK_TEST_BASE=y"
|
|
DEFAULT="$DEFAULT ADK_TEST_BASE=y"
|
|
fi
|
|
fi
|