Loading...
1# 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
10obj-$(CONFIG_IGC) += igc
11obj-$(CONFIG_IGBVF) += igbvf
12obj-$(CONFIG_IXGBE) += ixgbe
13obj-$(CONFIG_IXGBEVF) += ixgbevf
14obj-$(CONFIG_I40E) += i40e
15obj-$(CONFIG_IAVF) += iavf
16obj-$(CONFIG_FM10K) += fm10k
17obj-$(CONFIG_ICE) += ice
18obj-$(CONFIG_IDPF) += idpf
1#
2# Makefile for the Intel network device drivers.
3#
4
5obj-$(CONFIG_E100) += e100.o
6obj-$(CONFIG_E1000) += e1000
7obj-$(CONFIG_E1000E) += e1000e
8obj-$(CONFIG_IGB) += igb
9obj-$(CONFIG_IGBVF) += igbvf
10obj-$(CONFIG_IXGBE) += ixgbe
11obj-$(CONFIG_IXGBEVF) += ixgbevf
12obj-$(CONFIG_I40E) += i40e
13obj-$(CONFIG_IXGB) += ixgb
14obj-$(CONFIG_I40EVF) += i40evf
15obj-$(CONFIG_FM10K) += fm10k