summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-02-27 15:06:11 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-27 17:09:45 +0100
commitfdd44e2d6ccb7db99185e76b1ed367b9cd24a090 (patch)
tree4f9ea9c5081fc0d29793bc9b31f4e0d3bc470760 /config_host
parent166a79df88853847528d558ea98656ad358f4645 (diff)
move generation of sal/udkversion.h to configure
Change-Id: I401dc6b3dcea933d1f186a8618e7c86ccd21430e
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_udkversion.h.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/config_host/config_udkversion.h.in b/config_host/config_udkversion.h.in
new file mode 100644
index 000000000000..ff974e8020ee
--- /dev/null
+++ b/config_host/config_udkversion.h.in
@@ -0,0 +1,14 @@
+/*
+
+ UDK version.
+
+*/
+
+#ifndef CONFIG_UDKVERSION_H
+#define CONFIG_UDKVERSION_H
+
+#undef SAL_UDK_MAJOR
+#undef SAL_UDK_MINOR
+#undef SAL_UDK_MICRO
+
+#endif