Files
M5Stack/component.mk
T
Takuo Watanabe 75b8af23eb Fixed path variables in component.mk
Added required subdirectories to the end of COMPONENT_SRCDIRS
Removed "." from both paths
2018-05-07 08:47:01 +09:00

8 lines
259 B
Makefile

#
# Main Makefile. This is basically the same as a component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
COMPONENT_SRCDIRS := src src/utility src/Fonts
COMPONENT_ADD_INCLUDEDIRS := src