summaryrefslogtreecommitdiffstats
path: root/librelogo/Makefile
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-07 23:31:44 +0100
committerAndras Timar <atimar@suse.com>2012-11-07 23:32:35 +0100
commit74abeff02b750fb22fc3d56299abc2cd12d357d3 (patch)
treecbd82d31a89f4ecfe8bcf7cbc0c0bc1cabc80af1 /librelogo/Makefile
parentUpdated core (diff)
downloadcore-74abeff02b750fb22fc3d56299abc2cd12d357d3.tar.gz
core-74abeff02b750fb22fc3d56299abc2cd12d357d3.zip
integrate librelogo to the build
Change-Id: I4cd29f6a893d72a49233bb53d19701d0bdd0e078
Diffstat (limited to 'librelogo/Makefile')
-rw-r--r--librelogo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/librelogo/Makefile b/librelogo/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/librelogo/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: