diff options
author | Ben Dooks <ben@simtec.co.uk> | 2005-01-23 19:37:04 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-05-23 05:33:47 -0400 |
commit | 99f2a8aea18c9779c141050c6f95a8f1da63bbe4 (patch) | |
tree | 5afcd7442131196b69cb6ed406729fa96bb7e0ab /drivers/mtd/maps/Makefile | |
parent | a4ab4c5d32b66a440fb2e00f975f919f559f001d (diff) |
[MTD] Platform RAM Driver
Driver for generic RAM blocks which are exported by an platform_device
from the device driver system.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Makefile')
-rw-r--r-- | drivers/mtd/maps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index 7ffe02b85301..d2e6dcc87059 100644 --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # linux/drivers/maps/Makefile | 2 | # linux/drivers/maps/Makefile |
3 | # | 3 | # |
4 | # $Id: Makefile.common,v 1.23 2005/01/05 17:06:36 dwmw2 Exp $ | 4 | # $Id: Makefile.common,v 1.24 2005/01/24 00:35:21 bjd Exp $ |
5 | 5 | ||
6 | ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y) | 6 | ifeq ($(CONFIG_MTD_COMPLEX_MAPPINGS),y) |
7 | obj-$(CONFIG_MTD) += map_funcs.o | 7 | obj-$(CONFIG_MTD) += map_funcs.o |
@@ -71,3 +71,4 @@ obj-$(CONFIG_MTD_IXP2000) += ixp2000.o | |||
71 | obj-$(CONFIG_MTD_WRSBC8260) += wr_sbc82xx_flash.o | 71 | obj-$(CONFIG_MTD_WRSBC8260) += wr_sbc82xx_flash.o |
72 | obj-$(CONFIG_MTD_DMV182) += dmv182.o | 72 | obj-$(CONFIG_MTD_DMV182) += dmv182.o |
73 | obj-$(CONFIG_MTD_SHARP_SL) += sharpsl-flash.o | 73 | obj-$(CONFIG_MTD_SHARP_SL) += sharpsl-flash.o |
74 | obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o | ||