xref: /linux/drivers/net/ethernet/intel/Makefile (revision d584e204ff574b43d4dcaa87ae233c4e9d08e1fb)
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_IXGB) += ixgb/
13