cpupower: Fix compiler options for turbostat on 4.10

This commit is contained in:
Ben Hutchings 2017-01-30 16:27:34 +00:00
parent 6b038a62ac
commit 9c3f98c0c4
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ linux (4.10~rc6-1~exp1) UNRELEASED; urgency=medium
* [arm64] Enable DRM_MESON, MMC_MESON_GX, DWMAC_MESON, MESON_GXL_PHY,
PHY_MESON8B_USB2, MESON_WATCHDOG as modules
* net: Enable SFC_FALCON as module; SFC_FALCON_MTD
* cpupower: Fix compiler options for turbostat on 4.10
[ Roger Shimizu ]
* debian/copyright: Add GPL/X11 Dual License

View File

@ -4,4 +4,4 @@ installdir = /usr/sbin
include $(top_rulesdir)/Makefile.inc
CPPFLAGS += -DMSRHEADER='<asm/msr-index.h>'
CPPFLAGS += -DMSRHEADER='<asm/msr-index.h>' -DINTEL_FAMILY_HEADER='"$(top_srcdir)/arch/x86/include/asm/intel-family.h"'