summaryrefslogtreecommitdiff
path: root/bluez_bluetooth
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-18 10:10:34 +0200
committerRene Engelhard <rene@debian.org>2012-09-18 16:21:45 +0200
commitc0c393fecbc4d4df716c3f7d51ff214003767357 (patch)
treea46119de6502edacc70f9bd5ce8f1c8737346310 /bluez_bluetooth
parent903065dda1e574f4791ff40c31e39f14ba710424 (diff)
add "Makfile" for bluez_bluetooth
Change-Id: If2e3cac0f1fbff33ffaf8352b4dd19eda89f4f31
Diffstat (limited to 'bluez_bluetooth')
-rw-r--r--bluez_bluetooth/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/bluez_bluetooth/Makefile b/bluez_bluetooth/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/bluez_bluetooth/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: