summaryrefslogtreecommitdiffstats
path: root/fs/ubifs/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-23 22:58:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-08-07 08:44:48 +0200
commit551b412b16fa5e22d040cc49cd97cac1cc8029fc (patch)
treecef72eb2d5379865f26864267caaf00b85020e13 /fs/ubifs/Makefile
parent50e8902c0ef0154c707377238473b4d917507e4b (diff)
downloadbarebox-551b412b16fa5e22d040cc49cd97cac1cc8029fc.tar.gz
barebox-551b412b16fa5e22d040cc49cd97cac1cc8029fc.tar.xz
fs: Add ubifs support
This adds ubifs support from u-boot-2013.07. This is taken mostly as-is, only the necessary adjustments to attach to the barebox fs layer have been made. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/ubifs/Makefile')
-rw-r--r--fs/ubifs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/ubifs/Makefile b/fs/ubifs/Makefile
new file mode 100644
index 0000000000..f7a7748b08
--- /dev/null
+++ b/fs/ubifs/Makefile
@@ -0,0 +1,4 @@
+obj-y += ubifs.o io.o super.o sb.o master.o lpt.o
+obj-y += lpt_commit.o scan.o lprops.o
+obj-y += tnc.o tnc_misc.o debug.o crc16.o budget.o
+obj-y += log.o orphan.o recovery.o replay.o