Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
Note: File does not exist in v3.1.
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# Makefile for the Chelsio network device drivers.
 4#
 5
 6obj-$(CONFIG_CHELSIO_T1) += cxgb
 7obj-$(CONFIG_CHELSIO_T3) += cxgb3
 8obj-$(CONFIG_CHELSIO_T4) += cxgb4
 9obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf
10obj-$(CONFIG_CHELSIO_LIB) += libcxgb