mk files refactoring

saving build
This commit is contained in:
rusefillc 2022-01-06 20:52:49 -05:00
parent a13a0a2cc9
commit a63a12e9c4
1 changed files with 6 additions and 2 deletions

View File

@ -242,7 +242,8 @@ CSRC = check.c \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CPPSRC = $(ALLCPPSRC) \
CPPSRC = \
$(ALLCPPSRC) \
$(BOARDCPPSRC) \
$(DEV_SRC_CPP) \
$(HW_LAYER_DRIVERS_CORE_CPP) \
@ -276,10 +277,13 @@ TCPPSRC =
ASMXSRC = $(ALLXASMSRC) \
$(RUSEFIASM)
#
# WARNING! order of variables is important here - for instance cypress own folders should go before default folders
#
INCDIR = \
$(PCH_DIR) \
$(ALLINC) \
$(BOARDINC) \
$(ALLINC) \
$(TESTINC) \
$(BOOTLOADERINC) \
$(CHIBIOS)/os/various \