diff options
author | Pete Popov <ppopov@pacbell.net> | 2005-02-27 16:50:25 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-05-23 06:45:13 -0400 |
commit | 002fa30170f9500ac31fa22931c689029af7f27b (patch) | |
tree | b633bd9776af565884251588fc86d7aadbf77c43 /drivers/mtd/maps/Makefile | |
parent | d30f11d22549c54e9b05d153e37d166f88a2aa43 (diff) |
[MTD] Replace all the Au1x mapping drivers with a simplified single driver
This driver does not have as many options but it's easier to maintain.
And, it turns out AMD never shipped boards with different flash densities.
Signed-off-by: Pete Popov <ppopov@pacbell.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Makefile')
-rw-r--r-- | drivers/mtd/maps/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/mtd/maps/Makefile b/drivers/mtd/maps/Makefile index d2e6dcc87059..d0639a85cb12 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.24 2005/01/24 00:35:21 bjd Exp $ | 4 | # $Id: Makefile.common,v 1.25 2005/02/27 21:50:21 ppopov 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 |
@@ -44,10 +44,7 @@ obj-$(CONFIG_MTD_DBOX2) += dbox2-flash.o | |||
44 | obj-$(CONFIG_MTD_OCELOT) += ocelot.o | 44 | obj-$(CONFIG_MTD_OCELOT) += ocelot.o |
45 | obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o | 45 | obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o |
46 | obj-$(CONFIG_MTD_PCI) += pci.o | 46 | obj-$(CONFIG_MTD_PCI) += pci.o |
47 | obj-$(CONFIG_MTD_PB1XXX) += pb1xxx-flash.o | 47 | obj-$(CONFIG_MTD_ALCHEMY) += alchemy-flash.o |
48 | obj-$(CONFIG_MTD_DB1X00) += db1x00-flash.o | ||
49 | obj-$(CONFIG_MTD_PB1550) += pb1550-flash.o | ||
50 | obj-$(CONFIG_MTD_DB1550) += db1550-flash.o | ||
51 | obj-$(CONFIG_MTD_LASAT) += lasat.o | 48 | obj-$(CONFIG_MTD_LASAT) += lasat.o |
52 | obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o | 49 | obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o |
53 | obj-$(CONFIG_MTD_EDB7312) += edb7312.o | 50 | obj-$(CONFIG_MTD_EDB7312) += edb7312.o |