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.
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.
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.