[powerpc*] udeb: Remove redundant lines from scsi-modules

The a100u2w, ibmvscsi, mac53c94, mesh, and ps3rom drivers are built
under drivers/scsi so don't need to be specifically included.

The ps3rom driver then doesn't need to be excluded on ppc64el.

The ps3disk driver is a SATA driver not a SCSI driver, so add a
comment to explain why it's here.
This commit is contained in:
Ben Hutchings 2019-02-12 19:56:47 +00:00
parent 2a3c8bab80
commit d73f57db45
3 changed files with 2 additions and 9 deletions

View File

@ -1,8 +1,7 @@
#include <scsi-modules>
#include "../powerpc/scsi-modules"
ibmvscsi
# Really SATA, but keep it with ps3rom as they both depend on ps3stor_lib
ps3disk ?
ps3rom
# Exclude target driver
ibmvscsis -

View File

@ -1,5 +1 @@
#include <scsi-modules>
a100u2w
mac53c94
mesh

View File

@ -1,3 +1 @@
#include "../ppc64/scsi-modules"
ps3rom -