xref: /linux/drivers/net/ethernet/intel/ixd/Makefile (revision 9cebfe6504488198b012e746bc6b313f88b95439)
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