You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Chelsio network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CHELSIO_T1) += cxgb/
|
|
obj-$(CONFIG_CHELSIO_T3) += cxgb3/
|
|
obj-$(CONFIG_CHELSIO_T4) += cxgb4/
|
|
obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf/
|
|
obj-$(CONFIG_CHELSIO_LIB) += libcxgb/
|
|
|