Merge tag 'gpio-for-v3.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / drivers / staging / rts5139 / Makefile
blob75dd31224e62e35aa250e8595d90d8b71150ae86
1 # Driver for Realtek RTS51xx USB card reader
3 # Copyright(c) 2009 Realtek Semiconductor Corp. All rights reserved.
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2, or (at your option) any
8 # later version.
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 # General Public License for more details.
15 # You should have received a copy of the GNU General Public License along
16 # with this program; if not, see <http://www.gnu.org/licenses/>.
18 # Author:
19 # wwang (wei_wang@realsil.com.cn)
20 # No. 450, Shenhu Road, Suzhou Industry Park, Suzhou, China
21 # Maintainer:
22 # Edwin Rong (edwin_rong@realsil.com.cn)
23 # No. 450, Shenhu Road, Suzhou Industry Park, Suzhou, China
25 # Makefile for the RTS51xx USB Card Reader drivers.
28 obj-$(CONFIG_RTS5139) := rts5139.o
30 ccflags-y := -Idrivers/scsi
32 rts5139-y := \
33 rts51x_transport.o \
34 rts51x_scsi.o \
35 rts51x_fop.o \
36 rts51x.o \
37 rts51x_chip.o \
38 rts51x_card.o \
39 xd.o \
40 sd.o \
41 ms.o \
42 sd_cprm.o \
43 ms_mg.o