build: remove unneeded deps of x86_emulate.o
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 10 Aug 2021 07:28:31 +0000 (09:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 10 Aug 2021 07:28:31 +0000 (09:28 +0200)
Those two dependencies already exist so make doesn't need to know
about them. The dependency will be generated by $(CC).

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/Makefile

index 2ec883456e480e68d92ec7b9678de346846f8530..fe38cfd5442172315e956fb0c1ad8e276e392c1f 100644 (file)
@@ -83,7 +83,6 @@ extra-y += asm-macros.i
 ifneq ($(CONFIG_HVM),y)
 x86_emulate.o: CFLAGS-y += -Wno-unused-label
 endif
-x86_emulate.o: x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h
 
 efi-y := $(shell if [ ! -r $(BASEDIR)/include/xen/compile.h -o \
                       -O $(BASEDIR)/include/xen/compile.h ]; then \