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