Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.7 12 lines 293 B view raw
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/