summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov2011-06-26 23:02:59 +0200
committerArtem Bityutskiy2011-09-11 14:02:13 +0200
commitd6137badeff1ef64b4e0092ec249ebdeaeb3ff37 (patch)
tree238fd05a8620aef01c85104ef17267f46a588cce /drivers/mtd/Makefile
parentmtd: spelling, capitalization, uniformity (diff)
downloadkernel-qcow2-linux-d6137badeff1ef64b4e0092ec249ebdeaeb3ff37.tar.gz
kernel-qcow2-linux-d6137badeff1ef64b4e0092ec249ebdeaeb3ff37.tar.xz
kernel-qcow2-linux-d6137badeff1ef64b4e0092ec249ebdeaeb3ff37.zip
mtd: make ofpart buildable as a separate module
As ofpart now uses a standard mtd partitions parser interface, make it buildable as a separate module. Also provide MODULE_DESCRIPTION and MODULE_AUTHOR for this module. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r--drivers/mtd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 39664c4229ff..9aaac3ac89f3 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -5,8 +5,8 @@
# Core functionality.
obj-$(CONFIG_MTD) += mtd.o
mtd-y := mtdcore.o mtdsuper.o mtdconcat.o mtdpart.o
-mtd-$(CONFIG_MTD_OF_PARTS) += ofpart.o
+obj-$(CONFIG_MTD_OF_PARTS) += ofpart.o
obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o