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