aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir@xensource.com>2007-11-13 20:13:50 +0000
committerKeir Fraser <keir@xensource.com>2007-11-13 20:13:50 +0000
commit213204084673725ec7e945ed87d0c5addec1b0ce (patch)
treeb82889cba5b58110b8b0ce3962b7d9144e8bb52b /xen/Rules.mk
parent39b6f0629adacfc86819c26074c79ddb34acc326 (diff)
downloadxen-213204084673725ec7e945ed87d0c5addec1b0ce.tar.gz
xen-213204084673725ec7e945ed87d0c5addec1b0ce.tar.bz2
xen-213204084673725ec7e945ed87d0c5addec1b0ce.zip
Fix header dependencies list, broken by c/s 16133.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index 05ad43c1e3..db2447a450 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -39,7 +39,7 @@ TARGET := $(BASEDIR)/xen
HDRS := $(wildcard *.h)
HDRS += $(wildcard $(BASEDIR)/include/xen/*.h)
-HDRS := $(wildcard $(BASEDIR)/include/xen/hvm/*.h)
+HDRS += $(wildcard $(BASEDIR)/include/xen/hvm/*.h)
HDRS += $(wildcard $(BASEDIR)/include/public/*.h)
HDRS += $(wildcard $(BASEDIR)/include/public/*/*.h)
HDRS += $(wildcard $(BASEDIR)/include/compat/*.h)