Skip to content
Snippets Groups Projects
Commit 144904e9 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

parent 0d9bd2d5
No related branches found
No related tags found
No related merge requests found
......@@ -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))))
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment