summaryrefslogtreecommitdiffstats
path: root/shell/Makefile
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-28 20:48:14 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-29 07:33:44 +0200
commitd4efa8b0cf48f092d8984f3f085909cd1a6a39af (patch)
treec1223fc46ca967b988ab5754b9021b5dd4c75bd0 /shell/Makefile
parentignore type parameters when processing dependencies (diff)
downloadcore-d4efa8b0cf48f092d8984f3f085909cd1a6a39af.tar.gz
core-d4efa8b0cf48f092d8984f3f085909cd1a6a39af.zip
gbuildize shell
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
Diffstat (limited to 'shell/Makefile')
-rw-r--r--shell/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/Makefile b/shell/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/shell/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: