mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-19 14:55:17 +02:00
9 lines
316 B
Makefile
9 lines
316 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Makefile - Intel Omni-Path Virtual Network Controller driver
|
|
# Copyright(c) 2017, Intel Corporation.
|
|
#
|
|
obj-$(CONFIG_INFINIBAND_OPA_VNIC) += opa_vnic.o
|
|
|
|
opa_vnic-y := opa_vnic_netdev.o opa_vnic_encap.o opa_vnic_ethtool.o \
|
|
opa_vnic_vema.o opa_vnic_vema_iface.o
|