aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/Makefile
blob: c8210e688669647bb4bcc3253efc3ee38502e5c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the Intel network device drivers.
#

obj-$(CONFIG_E100) += e100.o
obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_E1000E) += e1000e/
obj-$(CONFIG_IGB) += igb/
obj-$(CONFIG_IGBVF) += igbvf/
obj-$(CONFIG_IXGBE) += ixgbe/
obj-$(CONFIG_IXGBEVF) += ixgbevf/
obj-$(CONFIG_IXGB) += ixgb/