aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/turbostat/Makefile
blob: 51880e8467b344e339110ad611aa495c151e4e47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
turbostat : turbostat.c
CFLAGS +=	-Wall
CFLAGS +=	-I../../../../arch/x86/include/

clean :
	rm -f turbostat

install :
	install turbostat /usr/bin/turbostat
	install turbostat.8 /usr/share/man/man8