aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts_pstor/Makefile
blob: 61609aee0a0f8209644d55c043a493e16acc8dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_CFLAGS	:= -Idrivers/scsi

obj-$(CONFIG_RTS_PSTOR)	:= rts_pstor.o

rts_pstor-y :=				\
		rtsx.o			\
		rtsx_chip.o		\
		rtsx_transport.o	\
		rtsx_scsi.o		\
		rtsx_card.o		\
		general.o		\
		sd.o			\
		xd.o			\
		ms.o			\
		spi.o