uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Make device selection of build process even more flexible #90

Closed uweseimet closed 3 months ago

uweseimet commented 3 months ago

Instead of using BUILD* to configure which devices shall be included in the s2p binary the device selection shall be made more flexible. Devices shall be disabled with DISABLE. BUILD_ shall be replace with ENABLE_*, e.g.

make DISABLE_SCLP=1

builds everything except for SCLP support. Without this change you would need to list all devices except for SCLP explicitly when building everything but SCLP.