summaryrefslogtreecommitdiffstats
path: root/tools/power/x86/turbostat/Makefile
blob: f8564955419126babec85631c686df9c38c0e1bb (plain)
1
2
3
4
5
6
7
8
9
turbostat : turbostat.c
CFLAGS +=	-Wall

clean :
	rm -f turbostat

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