summaryrefslogtreecommitdiff
path: root/libmspub/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 13:11:45 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:50:39 +0200
commit105edf31b9e9be7cbc033d8ed09b382457fd1264 (patch)
tree2d6708ddafcd390bf5d8c94721a3ab1948a9b2bb /libmspub/Makefile
parent71a3db78930b7b804231e2a6c576cad672d39c8d (diff)
libmspub: convert to gbuild
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
Diffstat (limited to 'libmspub/Makefile')
-rw-r--r--libmspub/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libmspub/Makefile b/libmspub/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/libmspub/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: