aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@dwmw2.baythorne.internal>2004-08-11 00:09:18 +0100
committerDavid Woodhouse <dwmw2@dwmw2.baythorne.internal>2004-08-11 00:09:18 +0100
commit36a938e332d73514bdc099138a23547ffaea81cb (patch)
tree09c096ae63e4c73a1e0bb0d449cbd8f38a465888 /drivers
parent1ad840010f200c411d680f089ca50ce426cb1e4f (diff)
downloadhistory-36a938e332d73514bdc099138a23547ffaea81cb.tar.gz
Fix MTD partitioning modular build.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 9316119a0e9e9c..e4ad588327f705 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for the memory technology device drivers.
#
-# $Id: Makefile.common,v 1.4 2004/08/09 13:19:42 dwmw2 Exp $
+# $Id: Makefile.common,v 1.5 2004/08/10 20:51:49 dwmw2 Exp $
# Core functionality.
mtd-y := mtdcore.o
@@ -9,7 +9,6 @@ mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
obj-$(CONFIG_MTD) += $(mtd-y)
obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o
-obj-$(CONFIG_MTD_PARTITIONS) += mtdpart.o
obj-$(CONFIG_MTD_REDBOOT_PARTS) += redboot.o
obj-$(CONFIG_MTD_CMDLINE_PARTS) += cmdlinepart.o
obj-$(CONFIG_MTD_AFS_PARTS) += afs.o