summaryrefslogtreecommitdiff
path: root/graphite/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-25 09:55:13 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-10-25 23:24:32 +0200
commit1ceb47d96da9e7977c96241f49ad291ff0466970 (patch)
tree36a8d5e370d9fa5ccee0d186ce0e9f7c34877147 /graphite/Makefile
parentbab471569a72618efba223751b54ac40965842d8 (diff)
graphite: convert to gbuild
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
Diffstat (limited to 'graphite/Makefile')
-rw-r--r--graphite/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphite/Makefile b/graphite/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/graphite/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: