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. |
Michal Simek | 174d7284 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 4 | # Michal Simek <michal.simek@amd.com> |
Michal Simek | 3e315f3 | 2020-10-20 12:05:14 +0200 | [diff] [blame] | 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 |
Simon Glass | dac3ce9 | 2024-09-29 19:49:47 -0600 | [diff] [blame] | 11 | ifndef CONFIG_XPL_BUILD |
Siva Durga Prasad Paladugu | f1b97b5 | 2019-04-10 12:38:10 +0530 | [diff] [blame] | 12 | obj-$(CONFIG_CMD_FRU) += fru.o fru_ops.o |
| 13 | endif |