1# SPDX-License-Identifier: GPL-2.0
2#
3# (C) Copyright 2020 Xilinx, Inc.
4# Michal Simek <michal.simek@amd.com>
5#
6
7obj-y	+= board.o
8ifndef CONFIG_ARCH_ZYNQ
9obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
10endif
11ifndef CONFIG_XPL_BUILD
12obj-$(CONFIG_CMD_FRU) += fru.o fru_ops.o
13endif
14