summaryrefslogtreecommitdiff
path: root/drivers/staging/goldfish/Makefile
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@google.com>2013-01-24 17:50:00 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-24 21:53:23 (GMT)
commit8e404fffeac7d3985b193edbf860d9d73dec5b6a (patch)
tree054bed5eb4b515120ad3ab86e76d0f95a9c72351 /drivers/staging/goldfish/Makefile
parent2e82b83dc30e515ca3e03e79d4a398f30d796903 (diff)
downloadlinux-fsl-qoriq-8e404fffeac7d3985b193edbf860d9d73dec5b6a.tar.xz
goldfish: NAND flash driver
Fold together the NAND driver for Goldfish from Arve with cleanups by Jun Nakajima and a tidy up to 3.7 and checkpatch. This provides a virtual flash driver for the Goldfish Android Virtual Platform, and which is normally used as the root file system when testing emulated devices. Signed-off-by: Mike A. Chan <mikechan@google.com> Signed-off-by: Arve Hjønnevåg <arve@android.com> [Ported to handle x86] Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com> Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> [Ported to 3.4] Signed-off-by: Tom Keel <thomas.keel@intel.com> [Ported to 3.7 and tided for checkpatch etc] Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/goldfish/Makefile')
-rw-r--r--drivers/staging/goldfish/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/goldfish/Makefile b/drivers/staging/goldfish/Makefile
index 054eeb8..dec34ad 100644
--- a/drivers/staging/goldfish/Makefile
+++ b/drivers/staging/goldfish/Makefile
@@ -3,3 +3,4 @@
#
obj-$(CONFIG_GOLDFISH_AUDIO) += goldfish_audio.o
+obj-$(CONFIG_MTD_GOLDFISH_NAND) += goldfish_nand.o