diff options
author | Len Brown <len.brown@intel.com> | 2012-10-31 01:29:52 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-11-23 21:40:04 -0500 |
commit | 9c63a650bb100e7553d60c991ba0c5db9c743239 (patch) | |
tree | baa57daf942bbf8e121400c0a79528e6a5f63fb7 /tools/power/x86/turbostat/Makefile | |
parent | d91bb17c2a874493603c4d99db305d8caf2d180c (diff) |
tools/power/x86/turbostat: share kernel MSR #defines
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
Diffstat (limited to 'tools/power/x86/turbostat/Makefile')
-rw-r--r-- | tools/power/x86/turbostat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile index f8564955419..51880e8467b 100644 --- a/tools/power/x86/turbostat/Makefile +++ b/tools/power/x86/turbostat/Makefile @@ -1,5 +1,6 @@ turbostat : turbostat.c CFLAGS += -Wall +CFLAGS += -I../../../../arch/x86/include/ clean : rm -f turbostat |