summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-12-13 13:28:01 +0000
committerMans Rullgard <mans@mansr.com>2011-12-13 14:26:49 +0000
commit878dda5db12b6f84cc9fb37c5c88b94a5be61a24 (patch)
tree6fe78f20f6829d72b834332c49dbfcb439d05da8 /Makefile
parent4722a03c75d17d88312b91cd1006776844237349 (diff)
build: move inclusion of subdir.mak to main subdir loop
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 04af278b93..3809ece352 100644
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,7 @@ define DOSUBDIR
$(foreach V,$(SUBDIR_VARS),$(eval $(call RESET,$(V))))
SUBDIR := $(1)/
include $(SRC_PATH)/$(1)/Makefile
+include $(SRC_PATH)/subdir.mak
endef
$(foreach D,$(FFLIBS),$(eval $(call DOSUBDIR,lib$(D))))