mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
0cda07001a
Add support for booting secondary CPUs on mt6589, mt8127 and mt8135. Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
5 lines
112 B
Makefile
5 lines
112 B
Makefile
ifeq ($(CONFIG_SMP),y)
|
|
obj-$(CONFIG_ARCH_MEDIATEK) += platsmp.o
|
|
endif
|
|
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek.o
|