SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / 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