summaryrefslogtreecommitdiff
path: root/drivers/staging/rts_pstor/Makefile
diff options
context:
space:
mode:
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 000000000000..61609aee0a0f
--- /dev/null
+++ b/drivers/staging/rts_pstor/Makefile
@@ -0,0 +1,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
+