summaryrefslogtreecommitdiff
path: root/board/toradex/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/toradex/common/Makefile')
-rw-r--r--board/toradex/common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/common/Makefile b/board/toradex/common/Makefile
index 6b9fccb6b9..fc4dd4b6c3 100644
--- a/board/toradex/common/Makefile
+++ b/board/toradex/common/Makefile
@@ -7,5 +7,5 @@ ifeq ($(CONFIG_SPL_BUILD),y)
obj- := __dummy__.o
else
obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o
-obj-y += tdx-common.o
+obj-y += mmc.o tdx-common.o
endif