diff options
Diffstat (limited to 'arch/x86/Makefile_32')
-rw-r--r-- | arch/x86/Makefile_32 | 3 |
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/ | |||
110 | core-y += arch/x86/kernel/ \ | 110 | core-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/ | ||
114 | drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ | 115 | drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/ |
115 | drivers-$(CONFIG_PCI) += arch/x86/pci/ | 116 | drivers-$(CONFIG_PCI) += arch/x86/pci/ |
116 | # must be linked after kernel/ | 117 | # must be linked after kernel/ |