summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2016-01-07 12:39:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-18 09:25:44 +0100
commitec95d547e721d2762c3cb66572528028f2a56483 (patch)
tree5fdc34c9582ec14385b3a44e28d2e0e3e9b03f39 /fs/Makefile
parent266057337402f45adf707ef59beebd2a6821a749 (diff)
downloadbarebox-ec95d547e721d2762c3cb66572528028f2a56483.tar.gz
barebox-ec95d547e721d2762c3cb66572528028f2a56483.tar.xz
fs: Add RATP fs support
This adds file transfer support over RATP. The host can export a directory using the bbremote tool which can then be mounted under barebox as a filesystem. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index befbdf27f4..714acb4473 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -14,4 +14,4 @@ obj-$(CONFIG_FS_UIMAGEFS) += uimagefs.o
obj-$(CONFIG_FS_EFI) += efi.o
obj-$(CONFIG_FS_EFIVARFS) += efivarfs.o
obj-$(CONFIG_FS_SMHFS) += smhfs.o
-obj-$(CONFIG_RATP) += ratpfs.o
+obj-$(CONFIG_FS_RATP) += ratpfs.o