aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk3
1 files changed, 2 insertions, 1 deletions
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)