mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[x86] linux-cpupower: Update CPPFLAGS for change in <asm/msr-index.h>
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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"'
|
||||
|
||||
@@ -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"'
|
||||
|
||||
Reference in New Issue
Block a user