Makefile (498495dba268b20e8eadd7fe93c140c68b6cc9d2) | Makefile (44fd1c1fd821955118ecb518f46076b98343e591) |
---|---|
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/ | 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/ |
11obj-$(CONFIG_CHELSIO_INLINE_CRYPTO) += inline_crypto/ |
|