aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/card/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-06-30 02:04:21 -0400
committerPierre Ossman <drzeus@drzeus.cx>2007-09-23 21:02:45 +0200
commit6e418a9d26ab4fd44b3e07dc1158027cbdf0a919 (patch)
tree03f84d7e2518b7a5422fe111da8745c4c3307133 /drivers/mmc/card/Makefile
parentd1496c39e500857b8949cdb91af24e0eb8aae4d0 (diff)
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 cf8c939867f..fc5a784cfa1 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
+