aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"'