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-02-05 19:34:07 -0600
commitfbbcc07ff457b497a1e6c8d8327a5ce40bf31fb5 (patch)
treec918618e3b131978fe57e1c94d63629f303e4408 /apple_remote/Makefile
parente48d33bce151400347c53dd67b91894ac42ca46f (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: