Loading arch/i386/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading arch/i386/pci/Makefile→arch/x86/pci/Makefile +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 arch/i386/pci/Makefile_32→arch/x86/pci/Makefile_32 +0 −0 File moved. View file arch/i386/pci/acpi.c→arch/x86/pci/acpi.c +0 −0 File moved. View file arch/i386/pci/common.c→arch/x86/pci/common.c +0 −0 File moved. View file Loading
arch/i386/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -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/ Loading
arch/i386/pci/Makefile→arch/x86/pci/Makefile +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