Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76598ebe authored by Judith Lebzelter's avatar Judith Lebzelter Committed by Linus Torvalds
Browse files

[PATCH] powerpc iseries link error in allmodconfig



Choose rpa_vscsi.c over iseries_vscsi.c when building both pseries and
iseries.  This fixes a link error.

Signed-off-by: default avatarJudith Lebzelter <judith@osdl.org>
Acked-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1ebb1101
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
obj-$(CONFIG_SCSI_IBMVSCSI)	+= ibmvscsic.o

ibmvscsic-y			+= ibmvscsi.o
ifndef CONFIG_PPC_PSERIES
ibmvscsic-$(CONFIG_PPC_ISERIES)	+= iseries_vscsi.o 
endif
ibmvscsic-$(CONFIG_PPC_PSERIES)	+= rpa_vscsi.o 

obj-$(CONFIG_SCSI_IBMVSCSIS)	+= ibmvstgt.o