summaryrefslogtreecommitdiff
path: root/udm/Makefile
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-02 08:54:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-02 11:34:02 +0100
commitb90a897069536c571969a917a6b474ebb69a9828 (patch)
tree96b2eead9ab5e577ca1ba04bfd016acad334941f /udm/Makefile
parent94809ee4bf9b98769751aed4d1390ad12bcedc0a (diff)
gbuildize udm
Change-Id: Id6cf22a19de3ae52ffc1e42a7d4114b1e417f2b3
Diffstat (limited to 'udm/Makefile')
-rw-r--r--udm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/udm/Makefile b/udm/Makefile
new file mode 100644
index 000000000000..ccb1c85a04da
--- /dev/null
+++ b/udm/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: