Phonet: kill the ST-Ericsson pipe controller Kconfig
[deliverable/linux.git] / drivers / net / bonding / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Ethernet Bonding driver
3#
4
5obj-$(CONFIG_BONDING) += bonding.o
6
f073c7ca 7bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_debugfs.o
1da177e4 8
305d552a
BH
9ipv6-$(subst m,y,$(CONFIG_IPV6)) += bond_ipv6.o
10bonding-objs += $(ipv6-y)
11
This page took 0.830204 seconds and 5 git commands to generate.