mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08: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
|