aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-05-14 16:57:24 +0100
committerBen Hutchings <ben@decadent.org.uk>2019-05-14 17:34:29 +0100
commit4abc99e83595b8a6bb4eab2a35e4a373f46e3b40 (patch)
tree0d95e9f552634e50beab99f27b80a6002433c3ea
parent1565dc00f4ffcd2c11180424afa14c25985b1433 (diff)
downloadkernel_replicant_linux-4abc99e83595b8a6bb4eab2a35e4a373f46e3b40.tar.gz
kernel_replicant_linux-4abc99e83595b8a6bb4eab2a35e4a373f46e3b40.tar.bz2
kernel_replicant_linux-4abc99e83595b8a6bb4eab2a35e4a373f46e3b40.zip
[x86] linux-cpupower: Update CPPFLAGS for change in <asm/msr-index.h>
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.d/tools/power/x86/turbostat/Makefile2
-rw-r--r--debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a4b4e3d27967..f8defe3a3fc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ linux (4.19.37-2) UNRELEASED; urgency=medium
- x86/mds: Add MDSUM variant to the MDS documentation
- Documentation: Correct the possible MDS sysfs values
- x86/speculation/mds: Fix documentation typo
+ * [x86] linux-cpupower: Update CPPFLAGS for change in <asm/msr-index.h>
-- Ben Hutchings <ben@decadent.org.uk> Tue, 07 May 2019 21:01:46 +0100
diff --git a/debian/rules.d/tools/power/x86/turbostat/Makefile b/debian/rules.d/tools/power/x86/turbostat/Makefile
index 0e5a2a0eceb4..4c4ed2cdf2a8 100644
--- a/debian/rules.d/tools/power/x86/turbostat/Makefile
+++ b/debian/rules.d/tools/power/x86/turbostat/Makefile
@@ -4,4 +4,4 @@ installdir = /usr/sbin
include $(top_rulesdir)/Makefile.inc
-CPPFLAGS += -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'
+CPPFLAGS += -I"$(top_srcdir)/tools/include" -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'
diff --git a/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile b/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile
index 0011ca9458c7..b9ec56c89cc8 100644
--- a/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile
+++ b/debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile
@@ -4,4 +4,4 @@ installdir = /usr/sbin
include $(top_rulesdir)/Makefile.inc
-CPPFLAGS += -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"'
+CPPFLAGS += -I"$(top_srcdir)/tools/include" -DMSRHEADER='"$(top_srcdir)/arch/x86/include/asm/msr-index.h"'