diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-11-03 13:54:46 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-11-03 14:45:45 -0400 |
commit | dd584cb4eaad85d458ee2dc58480ec3ea7a2a311 (patch) | |
tree | 502aeb6555337f15d3fb20768585f7feabae3e2a /hyphen/Makefile | |
parent | 7bcf400f379613d52787f213ee867a24637d4ead (diff) |
convert hyphen to gbuild
Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
Diffstat (limited to 'hyphen/Makefile')
-rw-r--r-- | hyphen/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hyphen/Makefile b/hyphen/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/hyphen/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: |