projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge ../linux-2.6-watchdog-mm
[linux-2.6]
/
drivers
/
scsi
/
ibmvscsi
/
Makefile
1
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsic.o
2
3
ibmvscsic-y += ibmvscsi.o
4
ifndef CONFIG_PPC_PSERIES
5
ibmvscsic-$(CONFIG_PPC_ISERIES) += iseries_vscsi.o
6
endif
7
ibmvscsic-$(CONFIG_PPC_PSERIES) += rpa_vscsi.o
8
9
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvstgt.o