diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index a700a079a2181fb371d10eb835179a650fec062e..58924eb0f40b54af958bbfc13dc7606404b59153 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -164,8 +164,8 @@ LN = ln -f MKDIR = mkdir FIND = find INSTALL = install -FLEX = flex -BISON = bison +FLEX ?= flex +BISON ?= bison STRIP = strip AWK = awk