mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 22:36:54 +07:00
9 lines
199 B
Makefile
9 lines
199 B
Makefile
|
#
|
||
|
# 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/
|