summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-12-13 15:55:11 +0100
committerDiego Biurrun <diego@biurrun.de>2011-12-13 23:34:22 +0100
commit144904e901d557a8af1d73bd217ec15bc4bedb85 (patch)
tree8dd9f2bc0cf74b9fc089da01d9b39be273f2f846 /Makefile
parent0d9bd2d5842a3eb5b327293509af06a05a0795ad (diff)
build: rename subdir.mak ---> library.mak
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3809ece352..19b8df42d3 100644
--- a/Makefile
+++ b/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))))