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.33-rc7 11 lines 223 B view raw
1# 2# Makefile for the Ethernet Bonding driver 3# 4 5obj-$(CONFIG_BONDING) += bonding.o 6 7bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o 8 9ipv6-$(subst m,y,$(CONFIG_IPV6)) += bond_ipv6.o 10bonding-objs += $(ipv6-y) 11