forked from Minki/linux
489e45ae42
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
|