Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb9aa6f1 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

i386: move pci



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 4b60eb83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ core-y += arch/i386/kernel/ \
					   $(mcore-y)/ \
					   arch/x86/crypto/
drivers-$(CONFIG_MATH_EMULATION)	+= arch/x86/math-emu/
drivers-$(CONFIG_PCI)			+= arch/i386/pci/
drivers-$(CONFIG_PCI)			+= arch/x86/pci/
# must be linked after kernel/
drivers-$(CONFIG_OPROFILE)		+= arch/i386/oprofile/
drivers-$(CONFIG_PM)			+= arch/x86/power/
+1 −1
Original line number Diff line number Diff line
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/pci/Makefile_32
include ${srctree}/arch/x86/pci/Makefile_32
else
include ${srctree}/arch/x86_64/pci/Makefile_64
endif
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading