c51b4488cd
Blackfin dual core BF561 processor can support SMP like features. https://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:smp-like In this patch, we provide SMP extend to BF561 kernel code Signed-off-by: Graf Yang <graf.yang@analog.com> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
11 lines
178 B
Makefile
11 lines
178 B
Makefile
#
|
|
# arch/blackfin/mach-bf561/Makefile
|
|
#
|
|
|
|
extra-y := head.o
|
|
|
|
obj-y := ints-priority.o dma.o
|
|
|
|
obj-$(CONFIG_BF561_COREB) += coreb.o
|
|
obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o
|