aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
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/Rules.mk
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/Rules.mk')
-rw-r--r--xen/Rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index 674e4a39bc..17a0eb04aa 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -43,7 +43,6 @@ include $(BASEDIR)/arch/$(TARGET_ARCH)/Rules.mk
# Do not depend on auto-generated header files.
HDRS := $(subst $(BASEDIR)/include/asm-$(TARGET_ARCH)/asm-offsets.h,,$(HDRS))
-HDRS := $(subst $(BASEDIR)/include/xen/banner.h,,$(HDRS))
HDRS := $(subst $(BASEDIR)/include/xen/compile.h,,$(HDRS))
# Note that link order matters!