blob: 3c5c6e9622805c3f890c683b3a87aa37f10b241e [file] [log] [blame]
Jeff Kirsherae06c702018-03-22 10:08:48 -07001# SPDX-License-Identifier: GPL-2.0
Jeff Kirsher51dce242018-04-26 08:08:09 -07002# Copyright(c) 2013 - 2018 Intel Corporation.
Greg Rose105bf2f2013-12-21 06:13:16 +00003
4#
5## Makefile for the Intel(R) 40GbE VF driver
6#
7#
8
Scott Petersoned0980c2017-04-13 04:45:44 -04009ccflags-y += -I$(src)
10subdir-ccflags-y += -I$(src)
11
Greg Rose105bf2f2013-12-21 06:13:16 +000012obj-$(CONFIG_I40EVF) += i40evf.o
13
14i40evf-objs := i40evf_main.o i40evf_ethtool.o i40evf_virtchnl.o \
Mitch Williamsed0e8942017-01-24 10:23:59 -080015 i40e_txrx.o i40e_common.o i40e_adminq.o i40evf_client.o
Greg Rose105bf2f2013-12-21 06:13:16 +000016