summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/Makefile
diff options
context:
space:
mode:
authorDmitry Pervushin <dpervushin@embeddedalley.com>2009-05-31 18:32:59 +0400
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2009-06-03 17:45:23 +0300
commit2ba3d76a1e29f2ba64fbc762875cf9fb2d4ba2ba (patch)
tree633d48cb740534827b2a764c74e7b423415c0774 /drivers/mtd/ubi/Makefile
parent518ceef0c9ca97023e45ae46aedaefa240c690a6 (diff)
downloadlinux-2ba3d76a1e29f2ba64fbc762875cf9fb2d4ba2ba.tar.bz2
UBI: make gluebi a separate module
[Artem: re-worked the patch: made it release resources when the module is unloaded, made it do module referencing, made it really independent on UBI, tested it with the UBI test-suite which can be found in ubi-2.6.git/tests/ubi-tests, re-named most of the funcs/variables to get rid of the "ubi" word and make names consistent.] Signed-off-by: Dmitry Pervushin <dpervushin@embeddedalley.com> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'drivers/mtd/ubi/Makefile')
-rw-r--r--drivers/mtd/ubi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/Makefile b/drivers/mtd/ubi/Makefile
index dd834e04151b..c9302a5452b0 100644
--- a/drivers/mtd/ubi/Makefile
+++ b/drivers/mtd/ubi/Makefile
@@ -4,4 +4,4 @@ ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o scan.o
ubi-y += misc.o
ubi-$(CONFIG_MTD_UBI_DEBUG) += debug.o
-ubi-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o
+obj-$(CONFIG_MTD_UBI_GLUEBI) += gluebi.o