Jeff Kirsher | ae06c70 | 2018-03-22 10:08:48 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Jeff Kirsher | 51dce24 | 2018-04-26 08:08:09 -0700 | [diff] [blame] | 2 | # Copyright(c) 2013 - 2018 Intel Corporation. |
Greg Rose | 105bf2f | 2013-12-21 06:13:16 +0000 | [diff] [blame] | 3 | |
| 4 | # |
| 5 | ## Makefile for the Intel(R) 40GbE VF driver |
| 6 | # |
| 7 | # |
| 8 | |
Scott Peterson | ed0980c | 2017-04-13 04:45:44 -0400 | [diff] [blame] | 9 | ccflags-y += -I$(src) |
| 10 | subdir-ccflags-y += -I$(src) |
| 11 | |
Greg Rose | 105bf2f | 2013-12-21 06:13:16 +0000 | [diff] [blame] | 12 | obj-$(CONFIG_I40EVF) += i40evf.o |
| 13 | |
| 14 | i40evf-objs := i40evf_main.o i40evf_ethtool.o i40evf_virtchnl.o \ |
Mitch Williams | ed0e894 | 2017-01-24 10:23:59 -0800 | [diff] [blame] | 15 | i40e_txrx.o i40e_common.o i40e_adminq.o i40evf_client.o |
Greg Rose | 105bf2f | 2013-12-21 06:13:16 +0000 | [diff] [blame] | 16 | |