aboutsummaryrefslogtreecommitdiffstats
path: root/tools/misc/cpuperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/misc/cpuperf/Makefile')
-rw-r--r--tools/misc/cpuperf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/cpuperf/Makefile b/tools/misc/cpuperf/Makefile
index 71710bb9fe..604e149b70 100644
--- a/tools/misc/cpuperf/Makefile
+++ b/tools/misc/cpuperf/Makefile
@@ -37,7 +37,7 @@ clean:
$(CC) $(CFLAGS) -o $@ $<
cpuperf-xen: cpuperf.c $(HDRS) Makefile
- $(CC) $(CFLAGS) -I $(XEN_LIBXC) -L$(XEN_LIBXC) -lxc -DXENO -o $@ $<
+ $(CC) $(CFLAGS) -I $(XEN_LIBXC) -L$(XEN_LIBXC) -lxenctrl -DXENO -o $@ $<
cpuperf-perfcntr: cpuperf.c $(HDRS) Makefile
$(CC) $(CFLAGS) -DPERFCNTR -o $@ $<