Makefile 484 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Chelsio T4 driver
  4. #
  5. obj-$(CONFIG_CHELSIO_T4) += cxgb4.o
  6. cxgb4-objs := cxgb4_main.o l2t.o smt.o t4_hw.o sge.o clip_tbl.o cxgb4_ethtool.o \
  7. cxgb4_uld.o srq.o sched.o cxgb4_filter.o cxgb4_tc_u32.o \
  8. cxgb4_ptp.o cxgb4_tc_flower.o cxgb4_cudbg.o \
  9. cudbg_common.o cudbg_lib.o cudbg_zlib.o
  10. cxgb4-$(CONFIG_CHELSIO_T4_DCB) += cxgb4_dcb.o
  11. cxgb4-$(CONFIG_CHELSIO_T4_FCOE) += cxgb4_fcoe.o
  12. cxgb4-$(CONFIG_DEBUG_FS) += cxgb4_debugfs.o