xref: /openbmc/u-boot/arch/arm/mach-zynqmp/Makefile (revision 25fde1c0)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2014 - 2015 Xilinx, Inc.
4# Michal Simek <michal.simek@xilinx.com>
5
6obj-y	+= clk.o
7obj-y	+= cpu.o
8obj-$(CONFIG_MP)	+= mp.o
9obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o
10obj-$(CONFIG_ZYNQMP_PSU_INIT_ENABLED)	+= psu_spl_init.o
11