aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/Makefile')
-rw-r--r--arch/i386/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/Makefile b/arch/i386/Makefile
index 45409c13f6e..dca07ae933d 100644
--- a/arch/i386/Makefile
+++ b/arch/i386/Makefile
@@ -105,7 +105,7 @@ libs-y += arch/i386/lib/
105core-y += arch/i386/kernel/ \ 105core-y += arch/i386/kernel/ \
106 arch/i386/mm/ \ 106 arch/i386/mm/ \
107 $(mcore-y)/ \ 107 $(mcore-y)/ \
108 arch/i386/crypto/ 108 arch/x86/crypto/
109drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/ 109drivers-$(CONFIG_MATH_EMULATION) += arch/i386/math-emu/
110drivers-$(CONFIG_PCI) += arch/i386/pci/ 110drivers-$(CONFIG_PCI) += arch/i386/pci/
111# must be linked after kernel/ 111# must be linked after kernel/