mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
i386: move oprofile
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
9402e12b8f
commit
ff4395654d
@ -1240,7 +1240,7 @@ menuconfig INSTRUMENTATION
|
||||
|
||||
if INSTRUMENTATION
|
||||
|
||||
source "arch/i386/oprofile/Kconfig"
|
||||
source "arch/x86/oprofile/Kconfig"
|
||||
|
||||
config KPROBES
|
||||
bool "Kprobes"
|
||||
|
@ -109,7 +109,7 @@ core-y += arch/i386/kernel/ \
|
||||
drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
|
||||
drivers-$(CONFIG_PCI) += arch/x86/pci/
|
||||
# must be linked after kernel/
|
||||
drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/
|
||||
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/
|
||||
drivers-$(CONFIG_PM) += arch/x86/power/
|
||||
drivers-$(CONFIG_FB) += arch/i386/video/
|
||||
|
||||
|
@ -80,7 +80,7 @@ core-y += arch/x86_64/kernel/ \
|
||||
arch/x86_64/vdso/
|
||||
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
|
||||
drivers-$(CONFIG_PCI) += arch/x86_64/pci/
|
||||
drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/
|
||||
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/
|
||||
|
||||
boot := arch/x86_64/boot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user