13 lines
157 B
Makefile
13 lines
157 B
Makefile
APPL_COBJS +=
|
|
|
|
APPL_CXXOBJS +=
|
|
|
|
SRCLANG := c++
|
|
|
|
ifdef CONFIG_EV3RT_APPLICATION
|
|
|
|
# Include libraries
|
|
include $(EV3RT_SDK_LIB_DIR)/lib-ev3cxx/Makefile
|
|
|
|
endif
|