Makefile 272 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the Chelsio network device drivers.
  4. #
  5. obj-$(CONFIG_CHELSIO_T1) += cxgb/
  6. obj-$(CONFIG_CHELSIO_T3) += cxgb3/
  7. obj-$(CONFIG_CHELSIO_T4) += cxgb4/
  8. obj-$(CONFIG_CHELSIO_T4VF) += cxgb4vf/
  9. obj-$(CONFIG_CHELSIO_LIB) += libcxgb/