aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-01 15:28:09 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-01 15:28:09 +0100
commit5dd83c7e6d9eb830707ff31702f3f09a4a22a260 (patch)
treeea65336ccbc170a737d301f5f30cf74c3ed9ab69 /xen/common/Makefile
parent9212caa7a4c750a9aad9a58e4b4fe4fef7e13b8b (diff)
downloadxen-5dd83c7e6d9eb830707ff31702f3f09a4a22a260.tar.gz
xen-5dd83c7e6d9eb830707ff31702f3f09a4a22a260.tar.bz2
xen-5dd83c7e6d9eb830707ff31702f3f09a4a22a260.zip
[XEN] Hide compile-time information values behind a
functional interface, so that the values are contained within a single object file. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index f6bad03a1a..be3179afdc 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -21,6 +21,7 @@ obj-y += string.o
obj-y += symbols.o
obj-y += trace.o
obj-y += timer.o
+obj-y += version.o
obj-y += vsprintf.o
obj-y += xmalloc.o
@@ -28,4 +29,4 @@ obj-$(perfc) += perfc.o
obj-$(crash_debug) += gdbstub.o
# Object file contains changeset and compiler information.
-kernel.o: $(BASEDIR)/include/xen/compile.h
+version.o: $(BASEDIR)/include/xen/compile.h