aboutsummaryrefslogtreecommitdiff
path: root/tools/power/x86/turbostat/Makefile
blob: fd8e1f1297aa36c117de779993f621860584cc76 (plain)
1
2
3
4
5
6
7
8
turbostat : turbostat.c

clean :
	rm -f turbostat

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