diff options
author | Tony Luck <tony.luck@intel.com> | 2006-09-26 12:47:30 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2006-09-26 12:47:30 -0400 |
commit | a4b47ab9464a8200528fad3101668abdd7379cf9 (patch) | |
tree | dbf522f1be3ecac23885e44c9864af77a641efdc /arch/ia64/kernel/Makefile | |
parent | ae3e0218621db0590163b2d5c424ef1f340e3cc6 (diff) | |
parent | 2ab561a116e16cdee3ae0e13d51910634c15aee9 (diff) |
Pull esi-support into release branch
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 | ||