summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/libeth/Makefile
blob: 350bc0b38badb38ab547da0de77deb102fc63d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: GPL-2.0-only
# Copyright (C) 2024-2025 Intel Corporation

obj-$(CONFIG_LIBETH)		+= libeth.o

libeth-y			:= rx.o
libeth-y			+= tx.o

obj-$(CONFIG_LIBETH_XDP)	+= libeth_xdp.o

libeth_xdp-y			+= xdp.o
libeth_xdp-y			+= xsk.o