aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile_32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Makefile_32')
-rw-r--r--arch/x86/Makefile_323
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/Makefile_32 b/arch/x86/Makefile_32
index b152db71d5b5..9214224773ed 100644
--- a/arch/x86/Makefile_32
+++ b/arch/x86/Makefile_32
@@ -110,7 +110,8 @@ libs-y += arch/x86/lib/
110core-y += arch/x86/kernel/ \ 110core-y += arch/x86/kernel/ \
111 arch/x86/mm/ \ 111 arch/x86/mm/ \
112 $(mcore-y)/ \ 112 $(mcore-y)/ \
113 arch/x86/crypto/ 113 arch/x86/crypto/ \
114 arch/x86/vdso/
114drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ 115drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
115drivers-$(CONFIG_PCI) += arch/x86/pci/ 116drivers-$(CONFIG_PCI) += arch/x86/pci/
116# must be linked after kernel/ 117# must be linked after kernel/