6 lines
191 B
Makefile
6 lines
191 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
|