ChibiOS/os/various/cpp_wrappers/chcpp.mk

12 lines
269 B
Makefile

# C++ wrapper files.
CHCPPSRC = $(CHIBIOS)/os/various/syscalls.c
CHCPPSRCPP = $(CHIBIOS)/os/various/cpp_wrappers/ch.cpp
CHCPPINC = $(CHIBIOS)/os/various/cpp_wrappers
# Shared variables
ALLCSRC += $(CHCPPSRC)
ALLCPPSRC += $(CHCPPSRCPP)
ALLINC += $(CHCPPINC)