cff38c5504
There is no need for assembly in the platform specific part of the PSCI implementation. Note that this does not make it a complete PSCI 1.0 implementation yet but aids to do so in upcoming patches. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
8 lines
182 B
Makefile
8 lines
182 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2015 Freescale Semiconductor, Inc.
|
|
#
|
|
|
|
obj-y := soc.o clock.o clock_slice.o ddr.o snvs.o
|
|
obj-$(CONFIG_ARMV7_PSCI) += psci-mx7.o
|