]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv7/ls102xa/Makefile
arm: ls102xa: Set fdt_high and initrd_high to the value of 0xffffffff
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / ls102xa / Makefile
CommitLineData
d60a2099
WH
1#
2# Copyright 2014 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7obj-y += cpu.o
8obj-y += clock.o
9obj-y += timer.o
306fa012 10obj-y += fsl_epu.o
d60a2099
WH
11
12obj-$(CONFIG_OF_LIBFDT) += fdt.o
13obj-$(CONFIG_SYS_HAS_SERDES) += fsl_ls1_serdes.o ls102xa_serdes.o
86949c2b 14obj-$(CONFIG_SPL) += spl.o
340848b1
WD
15
16ifdef CONFIG_ARMV7_PSCI
17obj-y += psci.o
18endif