blob: e6bef6aceeff1dda1456e432f2757f5afecca4ef [file] [log] [blame]
Adrian Alonso9f883e02015-09-02 13:54:23 -05001#
2# (C) Copyright 2015 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6#
7
Bryan O'Donoghue0290ea02018-04-05 19:46:06 +01008obj-y := soc.o clock.o clock_slice.o ddr.o snvs.o
Peng Fanfcd53ce2015-10-23 10:13:04 +08009
10ifdef CONFIG_ARMV7_PSCI
11obj-y += psci-mx7.o psci.o
12endif