summaryrefslogtreecommitdiff
path: root/board/xilinx/zynqmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/xilinx/zynqmp/Makefile')
-rw-r--r--board/xilinx/zynqmp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/xilinx/zynqmp/Makefile b/board/xilinx/zynqmp/Makefile
index 65bcb598cec..05ccd25dcef 100644
--- a/board/xilinx/zynqmp/Makefile
+++ b/board/xilinx/zynqmp/Makefile
@@ -24,6 +24,8 @@ ifneq ($(call ifdef_any_of, CONFIG_ZYNQMP_PSU_INIT_ENABLED CONFIG_SPL_BUILD),)
obj-y += $(init-objs)
endif
+obj-$(CONFIG_MMC_SDHCI_ZYNQ) += tap_delays.o
+
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_CMD_ZYNQMP) += cmds.o
endif