Skip to content

Commit a002d5d

Browse files
committed
app makefile: include makefile of library
1 parent 53de75b commit a002d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AppMakefile.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ EXTERN_LIB_NAME_$(notdir $(1)) := $(notdir $(1))
4949

5050
# If this library has any additional rules, add them
5151
-include $(1)/Makefile.app
52+
-include $(1)/Makefile
5253

5354
# If this library has an include directory, add it to search path
5455
ifneq "$$(wildcard $(1)/include)" ""

0 commit comments

Comments
 (0)