Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
[platform/kernel/linux-rpi.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