linux-yocto/drivers/net/ethernet/wangxun/txgbe/Makefile
Jiawen Wu b501d261a5 net: txgbe: add FDIR ATR support
Add flow director ATR filter. ATR mode is enabled by default to filter
TCP packets.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2024-06-20 13:18:53 +02:00

372 B

SPDX-License-Identifier: GPL-2.0

Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd.

Makefile for the Wangxun(R) 10GbE PCI Express ethernet driver

obj-$(CONFIG_TXGBE) += txgbe.o

txgbe-objs := txgbe_main.o
txgbe_hw.o
txgbe_phy.o
txgbe_irq.o
txgbe_fdir.o
txgbe_ethtool.o