5 lines
186 B
Makefile
Executable file
5 lines
186 B
Makefile
Executable file
# C++ wrapper files.
|
|
CHCPPSRC = $(CHIBIOS)/os/various/cpp_wrappers/ch.cpp \
|
|
$(CHIBIOS)/os/various/cpp_wrappers/syscalls_cpp.cpp
|
|
|
|
CHCPPINC = $(CHIBIOS)/os/various/cpp_wrappers
|