From 4f3d44d484ac6e6f2909a57b92de2d0e0df7ebf8 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 18 Mar 2024 15:20:56 -0500 Subject: [PATCH] add BOARDCPPSRC --- simulator/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/simulator/Makefile b/simulator/Makefile index 16753c1346..ea771d3356 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -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) \