mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
f7917c009c
Moves the drivers for the Chelsio chipsets into drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile changes. CC: Divy Le Ray <divy@chelsio.com> CC: Dimitris Michailidis <dm@chelsio.com> CC: Casey Leedom <leedom@chelsio.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
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/
|