Otherwise, changes to such headers do not trigger
re-compiles. (Powerpc already had this.)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
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)
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)
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