projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b3116
)
xen/test/livepatch: remove include of Config.mk
author
Anthony PERARD
<anthony.perard@citrix.com>
Fri, 17 Jan 2020 10:53:52 +0000
(10:53 +0000)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/xen/test/livepatch/Makefile
b/xen/test/livepatch/Makefile
index 82a076aac1ebef30b068f04ee8c0f849655a20a9..148dddb90473c4dba6860feca5954d934b386c11 100644
(file)
--- 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