mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 06:52:34 -04:00
This patch adds the interfaces for ieee/cee dcbnl callbacks and registers them with the kernel. Signed-off-by: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
5 lines
102 B
Makefile
5 lines
102 B
Makefile
obj-$(CONFIG_QEDE) := qede.o
|
|
|
|
qede-y := qede_main.o qede_ethtool.o
|
|
qede-$(CONFIG_DCB) += qede_dcbnl.o
|