repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i2c: Constify i2c_client where possible
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
mmc
/
card
/
Makefile
blob
c73b406a06cd62027c5287e3952d3d20d57f6429
1
#
2
# Makefile for MMC/SD card drivers
3
#
4
5
obj-
$(
CONFIG_MMC_BLOCK
) +=
mmc_block.o
6
mmc_block-objs
:=
block.o queue.o
7
obj-
$(
CONFIG_MMC_TEST
) +=
mmc_test.o
8
9
obj-
$(
CONFIG_SDIO_UART
) +=
sdio_uart.o
10