xref: /linux/drivers/net/ethernet/intel/idpf/Makefile (revision d642ef71)
1# SPDX-License-Identifier: GPL-2.0-only
2# Copyright (C) 2023 Intel Corporation
3
4# Makefile for Intel(R) Infrastructure Data Path Function Linux Driver
5
6obj-$(CONFIG_IDPF) += idpf.o
7
8idpf-y := \
9	idpf_controlq.o		\
10	idpf_controlq_setup.o	\
11	idpf_dev.o		\
12	idpf_ethtool.o		\
13	idpf_lib.o		\
14	idpf_main.o		\
15	idpf_singleq_txrx.o	\
16	idpf_txrx.o		\
17	idpf_virtchnl.o 	\
18	idpf_vf_dev.o
19