parent
a13a0a2cc9
commit
a63a12e9c4
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue