summaryrefslogtreecommitdiff
path: root/boost/Makefile
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-08-26 20:35:31 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-08-31 21:21:39 +0200
commit717b6ba929a9ce981b10b802b26d234861a421b4 (patch)
tree1e26965375f82969db72a6cee060dd162c021406 /boost/Makefile
parent86423d682ad80cde6eb77d2cf41c68100b6c30a2 (diff)
boost: convert to gbuild
Change-Id: If3840e048edc93adec3df7fa818e8b43d17cb1d5
Diffstat (limited to 'boost/Makefile')
-rw-r--r--boost/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/boost/Makefile b/boost/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/boost/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: