summaryrefslogtreecommitdiff
path: root/board/xilinx/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/xilinx/common/Makefile')
-rw-r--r--board/xilinx/common/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/xilinx/common/Makefile b/board/xilinx/common/Makefile
index 212028478c0..cdc3c967743 100644
--- a/board/xilinx/common/Makefile
+++ b/board/xilinx/common/Makefile
@@ -5,6 +5,9 @@
#
obj-y += board.o
+ifndef CONFIG_ARCH_ZYNQ
+obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
+endif
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_CMD_FRU) += fru.o fru_ops.o
endif