summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2019-06-05 01:16:54 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-06-05 19:04:45 +0200
commit91749a01cd22dc2a7d72e841568a2dddb16200f7 (patch)
tree6d758efd4d9ffdb823c2cea1d7566f25c68bfd8c /scripts
parent61b944306746fb44dcda3824d5b9f1ca61d90b85 (diff)
downloadptxdist-91749a01cd22dc2a7d72e841568a2dddb16200f7.tar.gz
ptxdist-91749a01cd22dc2a7d72e841568a2dddb16200f7.tar.xz
templates: add src-meson-prog template
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_lib_template.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_template.sh b/scripts/lib/ptxd_lib_template.sh
index fe18aa6d5..8ac3312dc 100644
--- a/scripts/lib/ptxd_lib_template.sh
+++ b/scripts/lib/ptxd_lib_template.sh
@@ -334,6 +334,13 @@ export -f ptxd_template_new_src_qmake_prog
ptxd_template_help_list[${#ptxd_template_help_list[@]}]="src-qmake-prog"
ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create qmake binary"
+ptxd_template_new_src_meson_prog() {
+ ptxd_template_src_base
+}
+export -f ptxd_template_new_src_meson_prog
+ptxd_template_help_list[${#ptxd_template_help_list[@]}]="src-meson-prog"
+ptxd_template_help_list[${#ptxd_template_help_list[@]}]="create meson binary"
+
ptxd_template_new_src_linux_driver() {
ptxd_template_src_base
}