Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Kernel v2.6.15 /drivers/mtd/Makefile

Filename:/drivers/mtd/Makefile
Lines Added:3
Lines Deleted:2
Also changed in: (Previous) 2.6.15-rc7  2.6.15-rc6  2.6.15-rc5  2.6.15-rc4  2.6.15-rc3  2.6.15-rc2 
(Following) 2.6.18-git1  2.6.18-git2  2.6.18-git3  2.6.18-git4  2.6.18-git5  2.6.18-git6 

Location
[  2.6.15
  [  drivers
    [  mtd
       o  Makefile

Patch

diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index e4ad588..fc93744 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.5 2004/08/10 20:51:49 dwmw2 Exp $
+# $Id: Makefile.common,v 1.7 2005/07/11 10:39:27 gleixner Exp $
 
 # Core functionality.
 mtd-y            := mtdcore.o
@@ -20,8 +20,9 @@ obj-$(CONFIG_MTD_BLOCK_RO)   += mtdblock_r
 obj-$(CONFIG_FTL)      += ftl.o mtd_blkdevs.o
 obj-$(CONFIG_NFTL)      += nftl.o mtd_blkdevs.o
 obj-$(CONFIG_INFTL)      += inftl.o mtd_blkdevs.o
+obj-$(CONFIG_RFD_FTL)      += rfd_ftl.o mtd_blkdevs.o
 
 nftl-objs      := nftlcore.o nftlmount.o
 inftl-objs      := inftlcore.o inftlmount.o
 
-obj-y      += chips/ maps/ devices/ nand/
+obj-y      += chips/ maps/ devices/ nand/ onenand/


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.