summaryrefslogtreecommitdiff
path: root/ct2n/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2012-10-20 10:05:45 -0700
committerMichael Stahl <mstahl@redhat.com>2012-10-23 19:11:01 +0200
commit97d83c45faf42ada9993239c3835641d8bbd070f (patch)
tree53f22ad112377f11e0fa872ac148f37361d6b395 /ct2n/Makefile
parent5e9a7f1919663d22cb568b1afdc018ef6be0cc91 (diff)
gbuildification of ct2n
Conflicts: config_host.mk.in Change-Id: I98ca1bb2af19d99a7a908991cf27a148ee84c543
Diffstat (limited to 'ct2n/Makefile')
-rw-r--r--ct2n/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/ct2n/Makefile b/ct2n/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/ct2n/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: