blob: cdc3c9677432ef30452e7f4e241571b1834ac58d [file] [log] [blame]
Michal Simek3e315f32020-10-20 12:05:14 +02001# SPDX-License-Identifier: GPL-2.0
2#
3# (C) Copyright 2020 Xilinx, Inc.
4# Michal Simek <michal.simek@xilinx.com>
5#
6
7obj-y += board.o
Stefan Herbrechtsmeier86ceedd2022-06-20 18:36:45 +02008ifndef CONFIG_ARCH_ZYNQ
9obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
10endif
Siva Durga Prasad Paladuguf1b97b52019-04-10 12:38:10 +053011ifndef CONFIG_SPL_BUILD
12obj-$(CONFIG_CMD_FRU) += fru.o fru_ops.o
13endif