xref: /linux/drivers/net/ethernet/intel/libeth/Makefile (revision 8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf)
1# SPDX-License-Identifier: GPL-2.0-only
2# Copyright (C) 2024-2025 Intel Corporation
3
4obj-$(CONFIG_LIBETH)		+= libeth.o
5
6libeth-y			:= rx.o
7libeth-y			+= tx.o
8
9obj-$(CONFIG_LIBETH_XDP)	+= libeth_xdp.o
10
11libeth_xdp-y			+= xdp.o
12libeth_xdp-y			+= xsk.o
13