Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1441778 > unrolled thread

[PATCH 32/32] x86/Makefile: Build intel_rdt_rdtgroup.c

Started by"Fenghua Yu" <fenghua.yu@intel.com>
First post2016-07-13 00:10 +0200
Last post2016-07-13 00:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 32/32] x86/Makefile: Build intel_rdt_rdtgroup.c "Fenghua Yu" <fenghua.yu@intel.com> - 2016-07-13 00:10 +0200

#1441778 — [PATCH 32/32] x86/Makefile: Build intel_rdt_rdtgroup.c

From"Fenghua Yu" <fenghua.yu@intel.com>
Date2016-07-13 00:10 +0200
Subject[PATCH 32/32] x86/Makefile: Build intel_rdt_rdtgroup.c
Message-ID<rUe2o-2xx-85@gated-at.bofh.it>
From: Fenghua Yu <fenghua.yu@intel.com>

Build the user interface file intel_rdt_rdtgroup.c.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Reviewed-by: Tony Luck <tony.luck@intel.com>
---
 arch/x86/kernel/cpu/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile
index 39b8e6f..963c54a 100644
--- a/arch/x86/kernel/cpu/Makefile
+++ b/arch/x86/kernel/cpu/Makefile
@@ -34,6 +34,8 @@ obj-$(CONFIG_CPU_SUP_CENTAUR)		+= centaur.o
 obj-$(CONFIG_CPU_SUP_TRANSMETA_32)	+= transmeta.o
 obj-$(CONFIG_CPU_SUP_UMC_32)		+= umc.o
 
+obj-$(CONFIG_INTEL_RDT)	+= intel_rdt.o intel_rdt_rdtgroup.o
+
 obj-$(CONFIG_X86_MCE)			+= mcheck/
 obj-$(CONFIG_MTRR)			+= mtrr/
 obj-$(CONFIG_MICROCODE)			+= microcode/
@@ -42,8 +44,6 @@ obj-$(CONFIG_X86_LOCAL_APIC)		+= perfctr-watchdog.o
 
 obj-$(CONFIG_HYPERVISOR_GUEST)		+= vmware.o hypervisor.o mshyperv.o
 
-obj-$(CONFIG_INTEL_RDT)			+= intel_rdt.o
-
 ifdef CONFIG_X86_FEATURE_NAMES
 quiet_cmd_mkcapflags = MKCAP   $@
       cmd_mkcapflags = $(CONFIG_SHELL) $(srctree)/$(src)/mkcapflags.sh $< $@
-- 
2.5.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web