rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # |
2 | # arch/blackfin/mach-bf561/Makefile | ||||
3 | # | ||||
4 | |||||
5 | obj-y := ints-priority.o dma.o | ||||
6 | |||||
7 | obj-$(CONFIG_BF561_COREB) += coreb.o | ||||
8 | obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o | ||||
9 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |