]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - fs/Makefile
fs: drop reiserfs
[thirdparty/u-boot.git] / fs / Makefile
index 4bed2ff2d99cf02531bf08d517bb10aa10f1ac98..7b05c79e0ccfdc5c83067e4e53269337230e7e83 100644 (file)
@@ -19,7 +19,6 @@ obj-$(CONFIG_CMD_CRAMFS) += cramfs/
 obj-$(CONFIG_FS_EXT4) += ext4/
 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/