summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/Makefile
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-06-27 00:42:19 +0300
committerLubomir Rintel <lkundrak@v3.sk>2019-10-17 17:36:11 +0300
commitd093bc0378f5e3542bfbbae0c0533ae68e260013 (patch)
tree6cd1cca8535ce9e73c3fae35d75aceee54a04346 /arch/arm/mach-mmp/Makefile
parenta9372a5fb20597a070d89f9402241d9012c0590f (diff)
downloadlinux-d093bc0378f5e3542bfbbae0c0533ae68e260013.tar.xz
ARM: mmp: add SMP support
Used to bring up the second core on MMP3. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Diffstat (limited to 'arch/arm/mach-mmp/Makefile')
-rw-r--r--arch/arm/mach-mmp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Makefile b/arch/arm/mach-mmp/Makefile
index 322c1c97dc90..7b3a7f979eec 100644
--- a/arch/arm/mach-mmp/Makefile
+++ b/arch/arm/mach-mmp/Makefile
@@ -22,6 +22,9 @@ ifeq ($(CONFIG_PM),y)
obj-$(CONFIG_CPU_PXA910) += pm-pxa910.o
obj-$(CONFIG_CPU_MMP2) += pm-mmp2.o
endif
+ifeq ($(CONFIG_SMP),y)
+obj-$(CONFIG_MACH_MMP3_DT) += platsmp.o
+endif
# board support
obj-$(CONFIG_MACH_ASPENITE) += aspenite.o