xref: /linux/drivers/net/ethernet/intel/ixd/Makefile (revision c36461825469a9ceee2346a2e89286c522525da7)
1# SPDX-License-Identifier: GPL-2.0-only
2# Copyright (C) 2025 Intel Corporation
3
4# Intel(R) Control Plane Function Linux Driver
5
6obj-$(CONFIG_IXD) += ixd.o
7
8ixd-y := ixd_main.o
9ixd-y += ixd_ctlq.o
10ixd-y += ixd_dev.o
11ixd-y += ixd_devlink.o
12ixd-y += ixd_lib.o
13ixd-y += ixd_virtchnl.o
14