blob: 3075290063f660fc6889967b0b8b2aef5d3cbd75 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001# SPDX-License-Identifier: GPL-2.0
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/
David Brazdil0f672f62019-12-10 10:32:29 +000010obj-$(CONFIG_IGC) += igc/
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000011obj-$(CONFIG_IGBVF) += igbvf/
12obj-$(CONFIG_IXGBE) += ixgbe/
13obj-$(CONFIG_IXGBEVF) += ixgbevf/
14obj-$(CONFIG_I40E) += i40e/
15obj-$(CONFIG_IXGB) += ixgb/
David Brazdil0f672f62019-12-10 10:32:29 +000016obj-$(CONFIG_IAVF) += iavf/
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000017obj-$(CONFIG_FM10K) += fm10k/
18obj-$(CONFIG_ICE) += ice/