Loading arch/i386/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ drivers-$(CONFIG_PCI) += arch/i386/pci/ # must be linked after kernel/ drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/ drivers-$(CONFIG_PM) += arch/i386/power/ drivers-$(CONFIG_PM) += arch/x86/power/ drivers-$(CONFIG_FB) += arch/i386/video/ CFLAGS += $(mflags-y) Loading arch/i386/power/Makefile→arch/x86/power/Makefile +0 −0 File moved. View file arch/i386/power/cpu.c→arch/x86/power/cpu.c +0 −0 File moved. View file arch/i386/power/suspend.c→arch/x86/power/suspend.c +0 −0 File moved. View file arch/i386/power/swsusp.S→arch/x86/power/swsusp.S +0 −0 File moved. View file Loading
arch/i386/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ drivers-$(CONFIG_PCI) += arch/i386/pci/ # must be linked after kernel/ drivers-$(CONFIG_OPROFILE) += arch/i386/oprofile/ drivers-$(CONFIG_PM) += arch/i386/power/ drivers-$(CONFIG_PM) += arch/x86/power/ drivers-$(CONFIG_FB) += arch/i386/video/ CFLAGS += $(mflags-y) Loading