ath9k: cleanup few redundant macros
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / bonding / Makefile
blob3c5c014e82b228c77d99ec34caaeca8aa80ca9b5
2 # Makefile for the Ethernet Bonding driver
5 obj-$(CONFIG_BONDING) += bonding.o
7 bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_debugfs.o
9 proc-$(CONFIG_PROC_FS) += bond_procfs.o
10 bonding-objs += $(proc-y)
12 ipv6-$(subst m,y,$(CONFIG_IPV6)) += bond_ipv6.o
13 bonding-objs += $(ipv6-y)