ia64/xen-unstable
changeset 16092:49323c8b8633
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 <jbeulich@novell.com>
Otherwise, changes to such headers do not trigger
re-compiles. (Powerpc already had this.)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | Keir Fraser <keir@xensource.com> |
---|---|
date | Thu Oct 11 10:21:55 2007 +0100 (2007-10-11) |
parents | 19a843def5fd |
children | 0d7d6804af22 |
files | xen/Rules.mk xen/arch/powerpc/Makefile xen/drivers/video/Makefile |
line diff
1.1 --- a/xen/Rules.mk Thu Oct 11 10:21:08 2007 +0100 1.2 +++ b/xen/Rules.mk Thu Oct 11 10:21:55 2007 +0100 1.3 @@ -37,7 +37,8 @@ override TARGET_ARCH := $(shell echo 1.4 1.5 TARGET := $(BASEDIR)/xen 1.6 1.7 -HDRS := $(wildcard $(BASEDIR)/include/xen/*.h) 1.8 +HDRS := $(wildcard *.h) 1.9 +HDRS += $(wildcard $(BASEDIR)/include/xen/*.h) 1.10 HDRS += $(wildcard $(BASEDIR)/include/public/*.h) 1.11 HDRS += $(wildcard $(BASEDIR)/include/compat/*.h) 1.12 HDRS += $(wildcard $(BASEDIR)/include/asm-$(TARGET_ARCH)/*.h)
2.1 --- a/xen/arch/powerpc/Makefile Thu Oct 11 10:21:08 2007 +0100 2.2 +++ b/xen/arch/powerpc/Makefile Thu Oct 11 10:21:55 2007 +0100 2.3 @@ -88,8 +88,6 @@ irq.o: ../x86/irq.c 2.4 physdev.o: ../x86/physdev.c 2.5 numa.o: ../x86/numa.c 2.6 2.7 -HDRS += $(wildcard *.h) 2.8 - 2.9 ifneq ($(CMDLINE),) 2.10 # The first token in the arguments will be silently dropped. 2.11 FULL_CMDLINE := xen $(CMDLINE)
3.1 --- a/xen/drivers/video/Makefile Thu Oct 11 10:21:08 2007 +0100 3.2 +++ b/xen/drivers/video/Makefile Thu Oct 11 10:21:55 2007 +0100 3.3 @@ -3,6 +3,3 @@ obj-$(CONFIG_X86_64) += font_8x14.o 3.4 obj-$(CONFIG_X86_64) += font_8x16.o 3.5 obj-$(CONFIG_X86_64) += font_8x8.o 3.6 obj-$(CONFIG_X86_64) += vesa.o 3.7 - 3.8 -# extra dependencies 3.9 -vesa.o: font.h