summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 485a4f9f8a..93b7b43028 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,9 @@ include Makefile.toolchain
# Get CHIP name
include board/$(BOARD)/build.mk
+# Get test configuration
+include test/test_config.mk
+
# Transform the configuration into make variables
includes=include core/$(CORE)/include $(dirs) $(out)
ifeq "$(TEST_BUILD)" "y"