Makefile 325 B

123456789
  1. obj-$(CONFIG_MLX5_CORE) += mlx5_core.o
  2. mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
  3. health.o mcg.o cq.o srq.o alloc.o qp.o port.o mr.o pd.o \
  4. mad.o transobj.o vport.o
  5. mlx5_core-$(CONFIG_MLX5_CORE_EN) += wq.o flow_table.o \
  6. en_main.o en_flow_table.o en_ethtool.o en_tx.o en_rx.o \
  7. en_txrx.o