This include hasn't been useful since e567964a54 (tools: drop ia64 support).
Signed-off-by: Anthony PERARD <[email protected]> --- tools/libs/guest/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/libs/guest/Makefile b/tools/libs/guest/Makefile index b49e5059f2..c6d882e239 100644 --- 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__ -- Anthony PERARD
