1
2
3
4
5
6
7
8
9
10
11
12
| #
| # (C) Copyright 2014 - 2015 Xilinx, Inc.
| # Michal Simek <michal.simek@xilinx.com>
| #
| # SPDX-License-Identifier: GPL-2.0+
| #
|
| obj-y += clk.o
| obj-y += cpu.o
| obj-$(CONFIG_MP) += mp.o
| obj-y += slcr.o
| obj-$(CONFIG_SPL_BUILD) += spl.o handoff.o
|
|