summaryrefslogtreecommitdiff
path: root/solenv/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-20 12:57:54 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-20 16:28:55 +0200
commit3591aff5850e52f163f8bbf6b0bd47cd647de46d (patch)
treeb7bb94f1cad856b48c04cb83fdf2c19a9b0263d0 /solenv/Makefile
parent96735db3246956d22f34976b8b461dbab79a13e8 (diff)
gbuildize solenv
Change-Id: I6e0758e543a89f593a1b0432b28b4c9768993af7
Diffstat (limited to 'solenv/Makefile')
-rw-r--r--solenv/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/solenv/Makefile b/solenv/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/solenv/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: