aboutsummaryrefslogtreecommitdiffstats
path: root/support/make
diff options
context:
space:
mode:
Diffstat (limited to 'support/make')
-rw-r--r--support/make/build-templates.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/make/build-templates.mk b/support/make/build-templates.mk
index 4371f13..fcf83a1 100644
--- a/support/make/build-templates.mk
+++ b/support/make/build-templates.mk
@@ -1,5 +1,6 @@
define LIBMAPLE_MODULE_template
dir := $(1)
+LIBMAPLE_INCLUDES += -I$$(dir)
include $$(dir)/rules.mk
endef