# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Chelsio network device drivers. # obj-$([31mCONFIG_CHELSIO_T1[0m) += cxgb/ obj-$([31mCONFIG_CHELSIO_T3[0m) += cxgb3/ obj-$([31mCONFIG_CHELSIO_T4[0m) += cxgb4/ obj-$([31mCONFIG_CHELSIO_T4VF[0m) += cxgb4vf/ obj-$([31mCONFIG_CHELSIO_LIB[0m) += libcxgb/ |