GNU Linux-libre 6.8.9-gnu
[releases.git] / drivers / net / ethernet / cisco / enic / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_ENIC) := enic.o
3
4 enic-y := enic_main.o vnic_cq.o vnic_intr.o vnic_wq.o \
5         enic_res.o enic_dev.o enic_pp.o vnic_dev.o vnic_rq.o vnic_vic.o \
6         enic_ethtool.o enic_api.o enic_clsf.o
7