build: rename subdir.mak ---> library.mak
This commit is contained in:
parent
0d9bd2d584
commit
144904e901
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -113,7 +113,7 @@ define DOSUBDIR
|
|||
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
|
||||
SUBDIR := $(1)/
|
||||
include $(SRC_PATH)/$(1)/Makefile
|
||||
include $(SRC_PATH)/subdir.mak
|
||||
include $(SRC_PATH)/library.mak
|
||||
endef
|
||||
|
||||
$(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue