Michal Simek | ca3fc2c | 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 | a8c9436 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 4 | # Michal Simek <michal.simek@amd.com> |
Michal Simek | ca3fc2c | 2020-10-20 12:05:14 +0200 | [diff] [blame] | 5 | # |
| 6 | |
| 7 | obj-y += board.o |
Stefan Herbrechtsmeier | 11ee835 | 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 | 7177d02 | 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 |