/drivers/net/ethernet/broadcom/bnx2x/Makefile

http://github.com/mirrors/linux · Makefile · 9 lines · 3 code · 2 blank · 4 comment · 0 complexity · 8c063ea21849dae8ed7aa1ddfbd0f358 MD5 · raw file

  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for Broadcom 10-Gigabit ethernet driver
  4. #
  5. obj-$(CONFIG_BNX2X) += bnx2x.o
  6. bnx2x-y := bnx2x_main.o bnx2x_link.o bnx2x_cmn.o bnx2x_ethtool.o bnx2x_stats.o bnx2x_dcb.o bnx2x_sp.o
  7. bnx2x-$(CONFIG_BNX2X_SRIOV) += bnx2x_vfpf.o bnx2x_sriov.o