add BOARDCPPSRC

This commit is contained in:
David Holdeman 2024-03-18 15:20:56 -05:00 committed by rusefillc
parent 5e2aed0e60
commit 4f3d44d484
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ CSRC = $(ALLCSRC) \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
CPPSRC = $(ALLCPPSRC) \
$(BOARDCPPSRC) \
$(CHIBIOS)/os/various/cpp_wrappers/ch.cpp \
$(HW_LAYER_DRIVERS_CPP) \
$(HW_LAYER_DRIVERS_CORE_CPP) \