[x86] linux-cpupower: Update CPPFLAGS for change in <asm/msr-index.h>

This commit is contained in:
Ben Hutchings 2019-05-14 16:57:24 +01:00
parent 1565dc00f4
commit 4abc99e835
3 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -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

View File

@ -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"'

View File

@ -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"'