summaryrefslogtreecommitdiff
path: root/scp2/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-06 14:50:07 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:34:18 +0200
commitcdf8d40394e0b407d4958fcfa3b77bf9d4b0f259 (patch)
treefbe5404a47686afed05c748847a80cf3032bf93a /scp2/Makefile
parent5fb958bc31d6c235562d37c3e4943ccbe37b769f (diff)
gbuildize scp2
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615
Diffstat (limited to 'scp2/Makefile')
-rw-r--r--scp2/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/scp2/Makefile b/scp2/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/scp2/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: