7 lines
195 B
Makefile
7 lines
195 B
Makefile
|
# add main and others
|
||
|
CXXSRC += $(wildcard $(CURRENTPATH)/*.cpp)
|
||
|
CSRC += $(wildcard $(CURRENTPATH)/*.c)
|
||
|
|
||
|
CSRC += $(wildcard $(CURRENTPATH)/boardconfig/*.c)
|
||
|
|
||
|
INCLUDES += $(CURRENTPATH)/boardconfig
|