summaryrefslogtreecommitdiff
path: root/build/tools/test/Makefile
diff options
context:
space:
mode:
authorNicolas Schodet2017-03-03 11:13:13 +0100
committerNicolas Schodet2019-10-09 23:05:51 +0200
commitb44b6710235e14d89067ad883d70a96d5907257b (patch)
tree2711cad096916b6f72690e89d36cc5e171ff34e8 /build/tools/test/Makefile
parent7514cb3ff409eb12153ce8f03755dd4306f796e6 (diff)
build/tools: allow to override setting from a lower level
This is needed to provide a default value for a configuration item which can be overriden by a specific target.
Diffstat (limited to 'build/tools/test/Makefile')
-rw-r--r--build/tools/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/test/Makefile b/build/tools/test/Makefile
index 03ce0e4..4c07fa8 100644
--- a/build/tools/test/Makefile
+++ b/build/tools/test/Makefile
@@ -1,7 +1,7 @@
CONFIG_GEN = ../config-gen
MODULES_CONFIG = a-Config b-Config
-TARGETS := host:host stm32f4:stm32f4 stm32f4:arm
+TARGETS := host:host stm32f4:stm32f4 stm32f4:stm32 stm32f4:arm
TESTS = ok nok-unknown nok-nodefault nok-missdefault nok-toomany nok-badtarget