Rename native to test

This commit is contained in:
Fred Sundvik 2017-06-16 21:53:21 +03:00
parent 83509adc3a
commit f646f00b93
4 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ifeq ($(PLATFORM),AVR)
else ifeq ($(PLATFORM),CHIBIOS)
PLATFORM_COMMON_DIR = $(COMMON_DIR)/chibios
else
PLATFORM_COMMON_DIR = $(COMMON_DIR)/native
PLATFORM_COMMON_DIR = $(COMMON_DIR)/test
endif
TMK_COMMON_SRC += $(COMMON_DIR)/host.c \