Skip to content

Commit 75b8af2

Browse files
committed
Fixed path variables in component.mk
Added required subdirectories to the end of COMPONENT_SRCDIRS Removed "." from both paths
1 parent 728ffce commit 75b8af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

component.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#
44
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
55

6-
COMPONENT_SRCDIRS := . src
7-
COMPONENT_ADD_INCLUDEDIRS := . src
6+
COMPONENT_SRCDIRS := src src/utility src/Fonts
7+
COMPONENT_ADD_INCLUDEDIRS := src

0 commit comments

Comments
 (0)