]> xenbits.xensource.com Git - xen.git/commitdiff
xen/test/livepatch: remove include of Config.mk
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 17 Jan 2020 10:53:52 +0000 (10:53 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 24 Jan 2020 15:16:23 +0000 (15:16 +0000)
livepatch/Makefile seems to only be used via Rules.mk, which already
includes Config.mk, avoid the second include.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
xen/test/livepatch/Makefile

index 82a076aac1ebef30b068f04ee8c0f849655a20a9..148dddb90473c4dba6860feca5954d934b386c11 100644 (file)
@@ -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