1
0
Fork 0

Initial arm->chibios pass - simplify some platform logic (#8450)

This commit is contained in:
Joel Challis 2020-03-21 05:20:04 +00:00 committed by GitHub
parent 7e80686f1e
commit d96380e654
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 15 additions and 29 deletions

View file

@ -41,6 +41,7 @@ all: elf
VPATH += $(COMMON_VPATH)
PLATFORM:=TEST
PLATFORM_KEY:=test
ifneq ($(filter $(FULL_TESTS),$(TEST)),)
include tests/$(TEST)/rules.mk