Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.15-rc7 8 lines 193 B view raw
1# 2# Makefile for the Linux Ethernet layer. 3# 4 5obj-y += eth.o 6obj-$(CONFIG_SYSCTL) += sysctl_net_ether.o 7obj-$(subst m,y,$(CONFIG_IPX)) += pe2.o 8obj-$(subst m,y,$(CONFIG_ATALK)) += pe2.o