summaryrefslogtreecommitdiffstats
path: root/make/include/function.defs
diff options
context:
space:
mode:
Diffstat (limited to 'make/include/function.defs')
-rw-r--r--make/include/function.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/include/function.defs b/make/include/function.defs
index 5bf5aaa89..3be6a73e5 100644
--- a/make/include/function.defs
+++ b/make/include/function.defs
@@ -17,3 +17,8 @@ fn.ARGS = $(strip $(foreach a,$(2), \
fn.VARS = $(foreach v,$($(1).vars),$(v)="$($(1).vars.$(v))")
fn.TARGET = $(TARGET.$(2).prefix)$(1)$(TARGET.$(2).suffix)$(TARGET.$(2).ext)
+
+define fn.PRINTLN
+$(1)
+
+endef