projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f4c576
)
libs/guest: Drop spurious include in Makefile
author
Anthony PERARD
<anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:50 +0000
(17:01 +0000)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 9 Dec 2021 16:26:29 +0000
(16:26 +0000)
This include hasn't been useful since
e567964a54
(tools: drop ia64
support).
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/libs/guest/Makefile
patch
|
blob
|
history
diff --git
a/tools/libs/guest/Makefile
b/tools/libs/guest/Makefile
index b49e5059f2ab742699e46ca63698ebabe2565002..c6d882e239194d211ac861848e043a9e5e1e5d04 100644
(file)
--- a/
tools/libs/guest/Makefile
+++ b/
tools/libs/guest/Makefile
@@
-71,8
+71,6
@@
SRCS-y += xg_dom_decompress_unsafe_xz.c
SRCS-y += xg_dom_decompress_unsafe_zstd.c
endif
--include $(XEN_TARGET_ARCH)/Makefile
-
CFLAGS += -Werror -Wmissing-prototypes
CFLAGS += -I. -I./include $(CFLAGS_xeninclude)
CFLAGS += -D__XEN_TOOLS__