Adrian Alonso | 9f883e0 | 2015-09-02 13:54:23 -0500 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2015 Freescale Semiconductor, Inc. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | # | ||||
7 | |||||
Uri Mashiach | dd587fa | 2017-09-24 09:00:23 +0300 | [diff] [blame^] | 8 | obj-y := soc.o clock.o clock_slice.o ddr.o |
Peng Fan | fcd53ce | 2015-10-23 10:13:04 +0800 | [diff] [blame] | 9 | |
10 | ifdef CONFIG_ARMV7_PSCI | ||||
11 | obj-y += psci-mx7.o psci.o | ||||
12 | endif |