diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-03-29 21:48:23 +0200 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-25 18:48:25 +0200 |
commit | fc0c49f5db640b9dfc7bb801892b5cbb7508a76a (patch) | |
tree | fc2ba1a5353385bf0f4e628ec107588b9e517e61 /arch/tile/kernel/Makefile | |
parent | arch/tile: support <asm/cachectl.h> header for cacheflush() syscall (diff) | |
download | linux-fc0c49f5db640b9dfc7bb801892b5cbb7508a76a.tar.xz linux-fc0c49f5db640b9dfc7bb801892b5cbb7508a76a.zip |
arch/tile: support kexec() for tilegx
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/Makefile')
-rw-r--r-- | arch/tile/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/Makefile b/arch/tile/kernel/Makefile index d6261e4670fe..f19116df2c62 100644 --- a/arch/tile/kernel/Makefile +++ b/arch/tile/kernel/Makefile @@ -13,5 +13,5 @@ obj-$(CONFIG_COMPAT) += compat.o compat_signal.o obj-$(CONFIG_SMP) += smpboot.o smp.o tlb.o obj-$(CONFIG_MODULES) += module.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o -obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o +obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel_$(BITS).o obj-$(CONFIG_PCI) += pci.o |