Michal Simek | 3e315f3 | 2020-10-20 12:05:14 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # (C) Copyright 2020 Xilinx, Inc. | ||||
4 | # Michal Simek <michal.simek@xilinx.com> | ||||
5 | # | ||||
6 | |||||
7 | obj-y += board.o | ||||
Stefan Herbrechtsmeier | 86ceedd | 2022-06-20 18:36:45 +0200 | [diff] [blame] | 8 | ifndef CONFIG_ARCH_ZYNQ |
9 | obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o | ||||
10 | endif | ||||
Siva Durga Prasad Paladugu | f1b97b5 | 2019-04-10 12:38:10 +0530 | [diff] [blame] | 11 | ifndef CONFIG_SPL_BUILD |
12 | obj-$(CONFIG_CMD_FRU) += fru.o fru_ops.o | ||||
13 | endif |