Add local header files to HDRS.
authorKeir Fraser <keir@xensource.com>
Thu, 11 Oct 2007 09:21:55 +0000 (10:21 +0100)
committerKeir Fraser <keir@xensource.com>
Thu, 11 Oct 2007 09:21:55 +0000 (10:21 +0100)
Otherwise, changes to such headers do not trigger
re-compiles. (Powerpc already had this.)

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/Rules.mk
xen/arch/powerpc/Makefile
xen/drivers/video/Makefile

index b4abd642c77b81648cb5918a9827050ec7e173ec..93260826bb6527acd0a451611c92c1ea47d32aeb 100644 (file)
@@ -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)
index 751faff7df7e1bc20cc70b604d8d366d0dbeda33..2010b477233fe3de1a7112f5e4a17b636b44291a 100644 (file)
@@ -88,8 +88,6 @@ irq.o: ../x86/irq.c
 physdev.o: ../x86/physdev.c
 numa.o: ../x86/numa.c
 
-HDRS += $(wildcard *.h)
-
 ifneq ($(CMDLINE),)
 # The first token in the arguments will be silently dropped.
 FULL_CMDLINE := xen $(CMDLINE)
index 5123cfe990ff97d4bb8b3fec9c11feb4afd46ce7..b1f5bd7d0cf83bea3a6f7fe6c9e956f727cafcd1 100644 (file)
@@ -3,6 +3,3 @@ obj-$(CONFIG_X86_64) += font_8x14.o
 obj-$(CONFIG_X86_64) += font_8x16.o
 obj-$(CONFIG_X86_64) += font_8x8.o
 obj-$(CONFIG_X86_64) += vesa.o
-
-# extra dependencies
-vesa.o: font.h