From 4abc99e83595b8a6bb4eab2a35e4a373f46e3b40 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 14 May 2019 16:57:24 +0100 Subject: [PATCH] [x86] linux-cpupower: Update CPPFLAGS for change in --- debian/changelog | 1 + debian/rules.d/tools/power/x86/turbostat/Makefile | 2 +- debian/rules.d/tools/power/x86/x86_energy_perf_policy/Makefile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a4b4e3d27..f8defe3a3 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 -- Ben Hutchings 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 0e5a2a0ec..4c4ed2cdf 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 0011ca945..b9ec56c89 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"'