diff options
Diffstat (limited to 'arch/ia64/kernel/Makefile')
-rw-r--r-- | arch/ia64/kernel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile index 09a0dbc17fb6..66ac8e3dca9c 100644 --- a/arch/ia64/kernel/Makefile +++ b/arch/ia64/kernel/Makefile | |||
@@ -31,6 +31,11 @@ obj-$(CONFIG_KPROBES) += kprobes.o jprobes.o | |||
31 | obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o | 31 | obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o |
32 | mca_recovery-y += mca_drv.o mca_drv_asm.o | 32 | mca_recovery-y += mca_drv.o mca_drv_asm.o |
33 | 33 | ||
34 | obj-$(CONFIG_IA64_ESI) += esi.o | ||
35 | ifneq ($(CONFIG_IA64_ESI),) | ||
36 | obj-y += esi_stub.o # must be in kernel proper | ||
37 | endif | ||
38 | |||
34 | # The gate DSO image is built using a special linker script. | 39 | # The gate DSO image is built using a special linker script. |
35 | targets += gate.so gate-syms.o | 40 | targets += gate.so gate-syms.o |
36 | 41 | ||