]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/Makefile
Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boot-dm...
[thirdparty/u-boot.git] / fs / Makefile
index f05a21c9e6d5c6d280f85698fe0e779854923550..4bed2ff2d99cf02531bf08d517bb10aa10f1ac98 100644 (file)
@@ -21,6 +21,7 @@ obj-$(CONFIG_FS_FAT) += fat/
 obj-$(CONFIG_FS_JFFS2) += jffs2/
 obj-$(CONFIG_CMD_REISER) += reiserfs/
 obj-$(CONFIG_SANDBOX) += sandbox/
+obj-$(CONFIG_SEMIHOSTING) += semihostingfs.o
 obj-$(CONFIG_CMD_UBIFS) += ubifs/
 obj-$(CONFIG_YAFFS2) += yaffs2/
 obj-$(CONFIG_CMD_ZFS) += zfs/