From: Anthony PERARD Date: Fri, 17 Jan 2020 10:53:52 +0000 (+0000) Subject: xen/test/livepatch: remove include of Config.mk X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~817 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b3bad09a7386399363e0fa26a042d755e5e864bc;p=xen.git xen/test/livepatch: remove include of Config.mk livepatch/Makefile seems to only be used via Rules.mk, which already includes Config.mk, avoid the second include. Signed-off-by: Anthony PERARD Reviewed-by: Ross Lagerwall --- diff --git a/xen/test/livepatch/Makefile b/xen/test/livepatch/Makefile index 82a076aac1..148dddb904 100644 --- a/xen/test/livepatch/Makefile +++ b/xen/test/livepatch/Makefile @@ -1,5 +1,3 @@ -include $(XEN_ROOT)/Config.mk - ifeq ($(XEN_TARGET_ARCH),x86_64) OBJCOPY_MAGIC := -I binary -O elf64-x86-64 -B i386:x86-64 endif