summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/card/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre2007-06-30 08:04:21 +0200
committerPierre Ossman2007-09-23 21:02:45 +0200
commit6e418a9d26ab4fd44b3e07dc1158027cbdf0a919 (patch)
tree03f84d7e2518b7a5422fe111da8745c4c3307133 /drivers/mmc/card/Makefile
parentsdio: core support for SDIO function interrupt (diff)
downloadkernel-qcow2-linux-6e418a9d26ab4fd44b3e07dc1158027cbdf0a919.tar.gz
kernel-qcow2-linux-6e418a9d26ab4fd44b3e07dc1158027cbdf0a919.tar.xz
kernel-qcow2-linux-6e418a9d26ab4fd44b3e07dc1158027cbdf0a919.zip
sdio: UART/GPS driver
This currently only accepts the GPS class since that's all I have for testing. Tested with a Matsushita GPS and gpsd version 2.34. Signed-off-by: Nicolas Pitre <npitre@mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/card/Makefile')
-rw-r--r--drivers/mmc/card/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/card/Makefile b/drivers/mmc/card/Makefile
index cf8c939867f5..fc5a784cfa1a 100644
--- a/drivers/mmc/card/Makefile
+++ b/drivers/mmc/card/Makefile
@@ -9,3 +9,5 @@ endif
obj-$(CONFIG_MMC_BLOCK) += mmc_block.o
mmc_block-objs := block.o queue.o
+obj-$(CONFIG_SDIO_UART) += sdio_uart.o
+