diff options
| author | Joel Challis | 2020-03-21 06:20:04 +0100 |
|---|---|---|
| committer | GitHub | 2020-03-21 06:20:04 +0100 |
| commit | d96380e65496912e0f68e6531565f4b45efd1623 (patch) | |
| tree | 63e903f65b4fdc44c75c7eff21e076fdb200dca7 /build_test.mk | |
| parent | 7e80686f1e400010a8a800cc73c4896936f337de (diff) | |
Initial arm->chibios pass - simplify some platform logic (#8450)
Diffstat (limited to 'build_test.mk')
| -rw-r--r-- | build_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_test.mk b/build_test.mk index cac2cba509..d13d9a515b 100644 --- a/build_test.mk +++ b/build_test.mk @@ -41,6 +41,7 @@ all: elf VPATH += $(COMMON_VPATH) PLATFORM:=TEST +PLATFORM_KEY:=test ifneq ($(filter $(FULL_TESTS),$(TEST)),) include tests/$(TEST)/rules.mk |