162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# SPEAr Platform specific Makefile 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci# Common support 762306a36Sopenharmony_ciobj-y := restart.o time.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_cismp-$(CONFIG_SMP) += headsmp.o platsmp.o 1062306a36Sopenharmony_cismp-$(CONFIG_HOTPLUG_CPU) += hotplug.o 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciobj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o $(smp-y) 1362306a36Sopenharmony_ciobj-$(CONFIG_MACH_SPEAR1310) += spear1310.o 1462306a36Sopenharmony_ciobj-$(CONFIG_MACH_SPEAR1340) += spear1340.o 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciobj-$(CONFIG_ARCH_SPEAR3XX) += spear3xx.o 1762306a36Sopenharmony_ciobj-$(CONFIG_ARCH_SPEAR3XX) += pl080.o 1862306a36Sopenharmony_ciobj-$(CONFIG_MACH_SPEAR300) += spear300.o 1962306a36Sopenharmony_ciobj-$(CONFIG_MACH_SPEAR310) += spear310.o 2062306a36Sopenharmony_ciobj-$(CONFIG_MACH_SPEAR320) += spear320.o 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciobj-$(CONFIG_ARCH_SPEAR6XX) += spear6xx.o 2362306a36Sopenharmony_ciobj-$(CONFIG_ARCH_SPEAR6XX) += pl080.o 2462306a36Sopenharmony_ci 2562306a36Sopenharmony_ciCFLAGS_hotplug.o += -march=armv7-a 26