diff options
Diffstat (limited to 'arch/arm/mach-zx/Makefile')
-rw-r--r-- | arch/arm/mach-zx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-zx/Makefile b/arch/arm/mach-zx/Makefile new file mode 100644 index 000000000..6f8930cdb --- /dev/null +++ b/arch/arm/mach-zx/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_SOC_ZX296702) += zx296702.o zx296702-pm-domain.o +obj-$(CONFIG_SMP) += headsmp.o platsmp.o |