]> rtime.felk.cvut.cz Git - linux-imx.git/blob - tools/power/x86/turbostat/Makefile
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
[linux-imx.git] / tools / power / x86 / turbostat / Makefile
1 turbostat : turbostat.c
2 CFLAGS +=       -Wall
3
4 clean :
5         rm -f turbostat
6
7 install :
8         install turbostat /usr/bin/turbostat
9         install turbostat.8 /usr/share/man/man8