first commit, Denk proof backuping
This commit is contained in:
12
Makefile.inc
Normal file
12
Makefile.inc
Normal file
@ -0,0 +1,12 @@
|
||||
APPL_COBJS +=
|
||||
|
||||
APPL_CXXOBJS +=
|
||||
|
||||
SRCLANG := c++
|
||||
|
||||
ifdef CONFIG_EV3RT_APPLICATION
|
||||
|
||||
# Include libraries
|
||||
include $(EV3RT_SDK_LIB_DIR)/lib-ev3cxx/Makefile
|
||||
|
||||
endif
|
Reference in New Issue
Block a user