build: rename subdir.mak ---> library.mak

This commit is contained in:
Diego Biurrun 2011-12-13 15:55:11 +01:00
parent 0d9bd2d584
commit 144904e901
2 changed files with 1 additions and 1 deletions

View File

@ -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))))