blob: 0c7b70a15cd65244d1e69975489d8d61646dadc7 [file] [log] [blame]
#
# Makefile for the Intel network device drivers.
#
#
#obj-$(CPTCFG_E100+= e100.o
#obj-$(CPTCFG_E1000 += e1000/
#obj-$(CPTCFG_E1000E += e1000e/
obj-$(CPTCFG_IGB) += igb/
#obj-$(CPTCFG_IGBVF += igbvf/
#obj-$(CPTCFG_IXGBE += ixgbe/
#obj-$(CPTCFG_IXGBEVF += ixgbevf/
#obj-$(CPTCFG_I40E += i40e/
#obj-$(CPTCFG_IXGB += ixgb/
#obj-$(CPTCFG_I40EVF += i40evf/
#obj-$(CPTCFG_FM10K += fm10k/