reducing copy-pasta - would this work?

This commit is contained in:
rusefillc 2022-01-04 19:27:49 -05:00
parent fadb4f5104
commit a6040232ce
2 changed files with 1 additions and 1 deletions

View File

@ -161,6 +161,7 @@ include $(PROJECT_DIR)/hw_layer/drivers/drivers.mk
# C sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CSRC = $(ALLCSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/syscalls.c \
$(CONSOLESRC) \
$(DEV_SRC) \

View File

@ -26,5 +26,4 @@ LDSCRIPT= $(STARTUPLD_CYPRESS)/cypress_S6E2CxAH.ld
#PLATFORMINC += $(PLATFORMINC_CONTRIB)
# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC += $(BOARDINC)