]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-imx/mx7/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / arch / arm / mach-imx / mx7 / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2015 Freescale Semiconductor, Inc.
4 #
5
6 obj-y   := soc.o clock.o clock_slice.o ddr.o snvs.o
7
8 ifdef CONFIG_ARMV7_PSCI
9 obj-y  += psci-mx7.o psci.o
10 endif