[PATCH 01/29] Staging: Add yaffs2 support

From: Tracey Dent
Date: Mon Nov 01 2010 - 14:50:09 EST


Changed files so that it could be compiled with yaffs2 enabled.

Signed-off-by: Tracey Dent <tdent48227@xxxxxxxxx>
---
drivers/staging/Kconfig | 2 ++
drivers/staging/Makefile | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
index f9c9c8a..7f4287a86 100644
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -93,6 +93,8 @@ source "drivers/staging/pohmelfs/Kconfig"

source "drivers/staging/autofs/Kconfig"

+source "drivers/staging/yaffs2/Kconfig"
+
source "drivers/staging/phison/Kconfig"

source "drivers/staging/line6/Kconfig"
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index a85074f..5f30c1b 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -31,6 +31,7 @@ obj-$(CONFIG_TRANZPORT) += frontier/
obj-$(CONFIG_DREAM) += dream/
obj-$(CONFIG_POHMELFS) += pohmelfs/
obj-$(CONFIG_AUTOFS_FS) += autofs/
+obj-$(CONFIG_YAFFS_FS) += yaffs2/
obj-$(CONFIG_IDE_PHISON) += phison/
obj-$(CONFIG_LINE6_USB) += line6/
obj-$(CONFIG_USB_SERIAL_QUATECH2) += serqt_usb2/
--
1.7.3.2.146.gca209

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/