summaryrefslogtreecommitdiff
path: root/afms/Makefile
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-26 03:38:37 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-09-26 03:39:07 -0500
commit30dba8159557fcebbc7165752697783c2379c824 (patch)
treef742bb08cccc0eac1cdf5c0dec262d56ae0e1b94 /afms/Makefile
parentf0eaba8c45f0db802268a3e3809292cd063c7544 (diff)
gbuildification of afms
Change-Id: I7ead3e90c9037289b917820c20f5265d5b080b47
Diffstat (limited to 'afms/Makefile')
-rw-r--r--afms/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/afms/Makefile b/afms/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/afms/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: