summaryrefslogtreecommitdiff
path: root/neon/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-11 12:56:39 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:13:41 +0200
commitbb6c5a5443e2124d18686b87ac1a87f867d2d056 (patch)
tree4ff7b135b447f7426af9f8fdfb5fdb1d5031f42d /neon/Makefile
parent17924c4aa5eb66465986cce97e975a13546d4eb6 (diff)
neon: convert to gbuild
Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432
Diffstat (limited to 'neon/Makefile')
-rw-r--r--neon/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/neon/Makefile b/neon/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/neon/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: