From 6190bfce75e8949838d0bc08efaa0f9cfad4b1ad Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 11 Oct 2007 10:21:55 +0100 Subject: Add local header files to HDRS. Otherwise, changes to such headers do not trigger re-compiles. (Powerpc already had this.) Signed-off-by: Jan Beulich --- xen/Rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xen/Rules.mk') diff --git a/xen/Rules.mk b/xen/Rules.mk index b4abd642c7..93260826bb 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -37,7 +37,8 @@ override TARGET_ARCH := $(shell echo $(XEN_TARGET_ARCH) | \ TARGET := $(BASEDIR)/xen -HDRS := $(wildcard $(BASEDIR)/include/xen/*.h) +HDRS := $(wildcard *.h) +HDRS += $(wildcard $(BASEDIR)/include/xen/*.h) HDRS += $(wildcard $(BASEDIR)/include/public/*.h) HDRS += $(wildcard $(BASEDIR)/include/compat/*.h) HDRS += $(wildcard $(BASEDIR)/include/asm-$(TARGET_ARCH)/*.h) -- cgit v1.2.3