summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3789f8..6c9c346 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ $(eval $(subst #,$(newline),$(shell \
'$(TOP_DIR)/index.html' \
)))
-include $(TOP_DIR)/src/*.mk
+include $(patsubst %,$(TOP_DIR)/src/%.mk,$(PKGS))
.PHONY: download
download: $(addprefix download-,$(PKGS))