10 lines
256 B
Makefile
10 lines
256 B
Makefile
|
# 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
|
||
|
|
||
|
# Shared variables
|
||
|
ALLCPPSRC += $(CHCPPSRC)
|
||
|
ALLINC += $(CHCPPINC)
|