aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts_pstor/Makefile
diff options
context:
space:
mode:
authorwwang <wei_wang@realsil.com.cn>2011-01-21 04:39:18 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-21 15:11:02 -0500
commit77d89b08766c878a2594b15d203e513acf952340 (patch)
treec3c1b3c8be54a5968811a7db5039bca92bf16e5e /drivers/staging/rts_pstor/Makefile
parent88c8a4437b061dd9dae738802a9eddc297a96278 (diff)
staging: add rts_pstor for Realtek PCIE cardreader
rts_pstor is used to support Realtek PCI-E card readers, including rts5209, rts5208, Barossa. Signed-off-by: wwang <wei_wang@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rts_pstor/Makefile')
-rw-r--r--drivers/staging/rts_pstor/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/staging/rts_pstor/Makefile b/drivers/staging/rts_pstor/Makefile
new file mode 100644
index 00000000000..61609aee0a0
--- /dev/null
+++ b/drivers/staging/rts_pstor/Makefile
@@ -0,0 +1,16 @@
1EXTRA_CFLAGS := -Idrivers/scsi
2
3obj-$(CONFIG_RTS_PSTOR) := rts_pstor.o
4
5rts_pstor-y := \
6 rtsx.o \
7 rtsx_chip.o \
8 rtsx_transport.o \
9 rtsx_scsi.o \
10 rtsx_card.o \
11 general.o \
12 sd.o \
13 xd.o \
14 ms.o \
15 spi.o
16