Other protocols beside the networking driver need the ability of passing some L2 traffic, usually [although not limited] for the purpose of some management traffic. Signed-off-by: Yuval Mintz <Yuval.Mintz@caviumnetworks.com> Signed-off-by: Ram Amrani <Ram.Amrani@caviumnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
298 B
Makefile
8 lines
298 B
Makefile
obj-$(CONFIG_QED) := qed.o
|
|
|
|
qed-y := qed_cxt.o qed_dev.o qed_hw.o qed_init_fw_funcs.o qed_init_ops.o \
|
|
qed_int.o qed_main.o qed_mcp.o qed_sp_commands.o qed_spq.o qed_l2.o \
|
|
qed_selftest.o qed_dcbx.o qed_debug.o
|
|
qed-$(CONFIG_QED_SRIOV) += qed_sriov.o qed_vf.o
|
|
qed-$(CONFIG_QED_LL2) += qed_ll2.o
|