diff options
| author | Max Filippov <jcmvbkbc@gmail.com> | 2013-10-16 18:42:26 -0400 |
|---|---|---|
| committer | Chris Zankel <chris@zankel.net> | 2014-01-14 13:19:58 -0500 |
| commit | f615136c06a791364f5afa8b8ba965315a6440f1 (patch) | |
| tree | d9ced4cfdfd13438ce23384fbd64006bb74fd8b6 /arch/xtensa/kernel/Makefile | |
| parent | 26a8e96a8b37e8070fa9dcb1b7490cf4d4492d50 (diff) | |
xtensa: add SMP support
This is largely based on SMP code from the xtensa-2.6.29-smp tree by
Piet Delaney, Marc Gauthier, Joe Taylor, Christian Zankel (and possibly
other Tensilica folks).
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/kernel/Makefile')
| -rw-r--r-- | arch/xtensa/kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/Makefile b/arch/xtensa/kernel/Makefile index f90265ec1ccc..18d962a8c0c2 100644 --- a/arch/xtensa/kernel/Makefile +++ b/arch/xtensa/kernel/Makefile | |||
| @@ -12,6 +12,7 @@ obj-$(CONFIG_KGDB) += xtensa-stub.o | |||
| 12 | obj-$(CONFIG_PCI) += pci.o | 12 | obj-$(CONFIG_PCI) += pci.o |
| 13 | obj-$(CONFIG_MODULES) += xtensa_ksyms.o module.o | 13 | obj-$(CONFIG_MODULES) += xtensa_ksyms.o module.o |
| 14 | obj-$(CONFIG_FUNCTION_TRACER) += mcount.o | 14 | obj-$(CONFIG_FUNCTION_TRACER) += mcount.o |
| 15 | obj-$(CONFIG_SMP) += smp.o mxhead.o | ||
| 15 | 16 | ||
| 16 | AFLAGS_head.o += -mtext-section-literals | 17 | AFLAGS_head.o += -mtext-section-literals |
| 17 | 18 | ||
