summaryrefslogtreecommitdiff
path: root/touch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'touch/Makefile')
-rw-r--r--touch/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/touch/Makefile b/touch/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/touch/Makefile
@@ -0,0 +1,7 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: