]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/net/ethernet/intel/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / drivers / net / ethernet / intel / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
dee1ad47
JK
2#
3# Makefile for the Intel network device drivers.
4#
5
6obj-$(CONFIG_E100) += e100.o
7obj-$(CONFIG_E1000) += e1000/
8obj-$(CONFIG_E1000E) += e1000e/
9obj-$(CONFIG_IGB) += igb/
10obj-$(CONFIG_IGBVF) += igbvf/
11obj-$(CONFIG_IXGBE) += ixgbe/
12obj-$(CONFIG_IXGBEVF) += ixgbevf/
1bff6529 13obj-$(CONFIG_I40E) += i40e/
dee1ad47 14obj-$(CONFIG_IXGB) += ixgb/
105bf2fe 15obj-$(CONFIG_I40EVF) += i40evf/
b3890e30 16obj-$(CONFIG_FM10K) += fm10k/