summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorVicente <vicencb@gmail.com>2012-10-09 00:55:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-16 15:32:31 +0100
commit64254636af6fb536b5a3cf4ff04f7de751284abc (patch)
tree8d1d9767bfb786102491ad5c7b19af97c2197b07 /fs/Makefile
parentea43a5e296979bb951b05dd93fdc7e9ac68921f8 (diff)
downloadbarebox-64254636af6fb536b5a3cf4ff04f7de751284abc.tar.gz
barebox-64254636af6fb536b5a3cf4ff04f7de751284abc.tar.xz
omap4: add filesystem support over usb boot
Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 1b52beefbf..ad745d904a 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -5,4 +5,5 @@ obj-$(CONFIG_FS_DEVFS) += devfs.o
obj-$(CONFIG_FS_FAT) += fat/
obj-y += fs.o
obj-$(CONFIG_FS_TFTP) += tftp.o
+obj-$(CONFIG_FS_OMAP4_USBBOOT) += omap4_usbbootfs.o
obj-$(CONFIG_FS_NFS) += nfs.o