aboutsummaryrefslogtreecommitdiffstats
path: root/support/make/build-templates.mk
blob: fcf83a1c87dc26c74361a96bc2d35ca12023d495 (plain)
1
2
3
4
5
6
define LIBMAPLE_MODULE_template
dir := $(1)
LIBMAPLE_INCLUDES += -I$$(dir)
include $$(dir)/rules.mk
endef