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 ad8215a3c586..31497496eb4b 100644 --- a/arch/ia64/kernel/Makefile +++ b/arch/ia64/kernel/Makefile | |||
@@ -32,6 +32,11 @@ obj-$(CONFIG_IA64_UNCACHED_ALLOCATOR) += uncached.o | |||
32 | obj-$(CONFIG_AUDIT) += audit.o | 32 | obj-$(CONFIG_AUDIT) += audit.o |
33 | mca_recovery-y += mca_drv.o mca_drv_asm.o | 33 | mca_recovery-y += mca_drv.o mca_drv_asm.o |
34 | 34 | ||
35 | obj-$(CONFIG_IA64_ESI) += esi.o | ||
36 | ifneq ($(CONFIG_IA64_ESI),) | ||
37 | obj-y += esi_stub.o # must be in kernel proper | ||
38 | endif | ||
39 | |||
35 | # The gate DSO image is built using a special linker script. | 40 | # The gate DSO image is built using a special linker script. |
36 | targets += gate.so gate-syms.o | 41 | targets += gate.so gate-syms.o |
37 | 42 | ||