diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 19:27:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 19:27:22 +0000 |
commit | 23d8021784056b7cd2b1a53d59406fc223d936a2 (patch) | |
tree | b3fdefceda87c003da89216c1f36b295cd01a9f0 /debian/rules.d/tools/power/x86/turbostat/Makefile | |
parent | Merging upstream version 6.10.3. (diff) | |
download | linux-23d8021784056b7cd2b1a53d59406fc223d936a2.tar.xz linux-23d8021784056b7cd2b1a53d59406fc223d936a2.zip |
Merging debian version 6.10.3-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules.d/tools/power/x86/turbostat/Makefile')
-rw-r--r-- | debian/rules.d/tools/power/x86/turbostat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.d/tools/power/x86/turbostat/Makefile b/debian/rules.d/tools/power/x86/turbostat/Makefile index eb5124d3a5..9f5275c580 100644 --- a/debian/rules.d/tools/power/x86/turbostat/Makefile +++ b/debian/rules.d/tools/power/x86/turbostat/Makefile @@ -4,6 +4,6 @@ installdir = /usr/sbin include $(top_rulesdir)/Makefile.inc -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"' +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"' -DBUILD_BUG_HEADER='"$(top_srcdir)/include/linux/build_bug.h"' LDLIBS += -lcap -lrt |