diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-09-11 12:56:39 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:13:41 +0200 |
commit | bb6c5a5443e2124d18686b87ac1a87f867d2d056 (patch) | |
tree | 4ff7b135b447f7426af9f8fdfb5fdb1d5031f42d /neon/Makefile | |
parent | 17924c4aa5eb66465986cce97e975a13546d4eb6 (diff) |
neon: convert to gbuild
Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432
Diffstat (limited to 'neon/Makefile')
-rw-r--r-- | neon/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/neon/Makefile b/neon/Makefile new file mode 100644 index 000000000000..ccb1c85a04da --- /dev/null +++ b/neon/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: |