Makefile: add ability to enable qla-32gbit target

Although qla-32gbit is mentioned in the README, but there wasn't really a
way to enable it sans editing the code.

This commit adds an ability to enable the driver by passing
`QLA_32GBIT=y` variable at build time.
This commit is contained in:
Konstantin Kharlamov
2021-05-29 13:16:09 +03:00
parent c406634bb8
commit bcf540cfe4
3 changed files with 25 additions and 10 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ setups.
There is also a newer driver that supports 32 Gb/s FC in the qla2x00t-32gbit
directory. That driver has not yet reached the same maturity level as the
old qla2x00t driver.
old qla2x00t driver. It can be enabled by setting `QLA_32GBIT=y` variable
while compiling.
Vladislav Bolkhovitin <vst@vlnb.net>, http://scst.sourceforge.net