These aren't used in the build and will bitrot badly once changing the VFS significantly.
fc3dc45 remove romfs and fatfs
build.mk | 2 +-
fs/build.mk | 8 -
fs/fatfs/fatfs.h | 202 -------------
fs/fatfs/fatfs_fat.c | 376 -------------------------
fs/fatfs/fatfs_node.c | 372 ------------------------
fs/fatfs/fatfs_subr.c | 188 -------------
fs/fatfs/fatfs_vfsops.c | 218 --------------
fs/fatfs/fatfs_vnops.c | 720 -----------------------------------------------
fs/romfs/romfs.h | 70 -----
fs/romfs/romfs_vfsops.c | 98 -------
fs/romfs/romfs_vnops.c | 460 ------------------------------
fs/vfs/vfs_conf.c | 6 -
tests/tst-fat.c | 83 ------
tests/tst-romfs.c | 86 ------
14 files changed, 1 insertion(+), 2888 deletions(-)
Upstream: github.com