summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2020-08-28 17:07:43 +0200
committerWei Liu <wl@xen.org>2020-09-09 10:57:25 +0000
commitb72aa3968dd5e4f75dfd816db7fae067b07e3711 (patch)
tree4e49535c159b419c502b6dee2bfeb417ebf13879
parent82651ae662f25ff845b7f0bb87fbf7550a509cd1 (diff)
tools/xl: don't assume libxl and libxlutil are in one directory
Add the correct flags for both, libxenlight and libxlutil, when building xl. Signed-off-by: Juergen Gross <jgross@suse.com> Acked-by: Wei Liu <wl@xen.org>
-rw-r--r--tools/xl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/xl/Makefile b/tools/xl/Makefile
index af4912e67a..407dd7554c 100644
--- a/tools/xl/Makefile
+++ b/tools/xl/Makefile
@@ -13,6 +13,7 @@ CFLAGS += $(PTHREAD_CFLAGS)
LDFLAGS += $(PTHREAD_LDFLAGS)
CFLAGS_XL += $(CFLAGS_libxenlight)
+CFLAGS_XL += $(CFLAGS_libxlutil)
CFLAGS_XL += -Wshadow
XL_OBJS-$(CONFIG_X86) = xl_psr.o