From 213204084673725ec7e945ed87d0c5addec1b0ce Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 13 Nov 2007 20:13:50 +0000 Subject: Fix header dependencies list, broken by c/s 16133. Signed-off-by: Jan Beulich --- xen/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/Rules.mk') 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) -- cgit v1.2.3