repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
12 lines
326 B
Makefile
12 lines
326 B
Makefile
# 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/
|
|
obj-$(CONFIG_CHELSIO_INLINE_CRYPTO) += inline_crypto/
|