Now that turbostat is built in the kernel tree, it can share MSR #defines with the kernel. Signed-off-by: Len Brown <len.brown@intel.com> Cc: x86@kernel.org
11 lines
198 B
Makefile
11 lines
198 B
Makefile
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
|