diff options
Diffstat (limited to 'kernel/Makefile')
-rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 752bd7d383af..21df9a338ff0 100644 --- a/kernel/Makefile +++ b/kernel/Makefile | |||
@@ -16,6 +16,7 @@ obj-$(CONFIG_FUTEX) += futex.o | |||
16 | ifeq ($(CONFIG_COMPAT),y) | 16 | ifeq ($(CONFIG_COMPAT),y) |
17 | obj-$(CONFIG_FUTEX) += futex_compat.o | 17 | obj-$(CONFIG_FUTEX) += futex_compat.o |
18 | endif | 18 | endif |
19 | obj-$(CONFIG_RT_MUTEXES) += rtmutex.o | ||
19 | obj-$(CONFIG_GENERIC_ISA_DMA) += dma.o | 20 | obj-$(CONFIG_GENERIC_ISA_DMA) += dma.o |
20 | obj-$(CONFIG_SMP) += cpu.o spinlock.o | 21 | obj-$(CONFIG_SMP) += cpu.o spinlock.o |
21 | obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock.o | 22 | obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock.o |