xref: /linux/drivers/net/ethernet/intel/Makefile (revision d522b2cdfed853e372d6b64a89d070368f0718f7)
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/
16