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