summaryrefslogtreecommitdiff
path: root/apple_remote/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-01-28 18:10:31 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-01-28 18:10:31 -0600
commit3d75a28274b2fb299c5a2ff5b017984054cac873 (patch)
treed7d52ce6b991857e6f60181c9bf9c14328784286 /apple_remote/Makefile
parentda15496978332189d3eb002b1c49e4b7fb6b2848 (diff)
gbuildify apple_remote
Diffstat (limited to 'apple_remote/Makefile')
-rw-r--r--apple_remote/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/apple_remote/Makefile b/apple_remote/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/apple_remote/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: