Message ID | 20181106191454.22143-8-julien.grall@arm.com |
---|---|
State | Superseded |
Headers | show |
Series | xen/arm: Add xentrace support | expand |
On Tue, Nov 06, 2018 at 07:14:53PM +0000, Julien Grall wrote: > From: Benjamin Sanda <ben.sanda@dornerworks.com> > > Modified to provide building of the xenalyze binary for both ARM and > x86 platforms. The xenalyze binary is now built as part of the BIN > list for both platforms. > > Signed-off-by: Benjamin Sanda <ben.sanda@dornerworks.com> > Signed-off-by: Julien Grall <julien.grall@arm.com> Acked-by: Wei Liu <wei.liu2@citrix.com>
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile index 0bad942bdf..9fb7fc96e7 100644 --- a/tools/xentrace/Makefile +++ b/tools/xentrace/Makefile @@ -9,8 +9,7 @@ LDLIBS += $(LDLIBS_libxenevtchn) LDLIBS += $(LDLIBS_libxenctrl) LDLIBS += $(ARGP_LDFLAGS) -BIN-$(CONFIG_X86) = xenalyze -BIN = $(BIN-y) +BIN = xenalyze SBIN = xentrace xentrace_setsize LIBBIN = xenctx SCRIPTS = xentrace_format