original_kernel/tools/power/x86/turbostat/Makefile

10 lines
156 B
Makefile

turbostat : turbostat.c
CFLAGS += -Wall
clean :
rm -f turbostat
install :
install turbostat /usr/bin/turbostat
install turbostat.8 /usr/share/man/man8