reducing copy-pasta - would this work?
This commit is contained in:
parent
fadb4f5104
commit
a6040232ce
|
@ -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) \
|
||||
|
|
|
@ -26,5 +26,4 @@ LDSCRIPT= $(STARTUPLD_CYPRESS)/cypress_S6E2CxAH.ld
|
|||
#PLATFORMINC += $(PLATFORMINC_CONTRIB)
|
||||
|
||||
# Shared variables
|
||||
ALLCSRC += $(BOARDSRC)
|
||||
ALLINC += $(BOARDINC)
|
||||
|
|
Loading…
Reference in New Issue