projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82651ae
)
tools/xl: don't assume libxl and libxlutil are in one directory
author
Juergen Gross
<jgross@suse.com>
Fri, 28 Aug 2020 15:07:43 +0000
(17:07 +0200)
committer
Wei Liu
<wl@xen.org>
Wed, 9 Sep 2020 10:57:25 +0000
(10:57 +0000)
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>
tools/xl/Makefile
patch
|
blob
|
history
diff --git
a/tools/xl/Makefile
b/tools/xl/Makefile
index af4912e67abc36e88982a2544c1a0266da76a317..407dd7554c9fefe49164a6ab580568d6e5c79968 100644
(file)
--- 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