From 4d1586c7b420d762ca2b6e07264a2b6c35f19618 Mon Sep 17 00:00:00 2001 From: Anthony PERARD Date: Mon, 6 Dec 2021 17:01:50 +0000 Subject: [PATCH] libs/guest: Drop spurious include in Makefile This include hasn't been useful since e567964a54 (tools: drop ia64 support). Signed-off-by: Anthony PERARD Reviewed-by: Juergen Gross --- 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__ -- 2.30.2