1# 2# arch/blackfin/mach-bf561/Makefile 3# 4 5obj-y := ints-priority.o dma.o 6 7obj-$(CONFIG_BF561_COREB) += coreb.o 8obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o 9obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 10
1# 2# arch/blackfin/mach-bf561/Makefile 3# 4 5obj-y := ints-priority.o dma.o 6 7obj-$(CONFIG_BF561_COREB) += coreb.o 8obj-$(CONFIG_SMP) += smp.o secondary.o atomic.o 9obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 10