Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v3.4 11 lines 230 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 bond_debugfs.o 8 9proc-$(CONFIG_PROC_FS) += bond_procfs.o 10bonding-objs += $(proc-y) 11