~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to net/bridge/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Makefile for the IEEE 802.1d ethernet bridging layer.
 
3
#
 
4
 
 
5
obj-$(CONFIG_BRIDGE) += bridge.o
 
6
 
 
7
bridge-y        := br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o \
 
8
                        br_ioctl.o br_notify.o br_stp.o br_stp_bpdu.o \
 
9
                        br_stp_if.o br_stp_timer.o br_netlink.o
 
10
 
 
11
bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o
 
12
 
 
13
bridge-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o
 
14
 
 
15
bridge-$(CONFIG_BRIDGE_IGMP_SNOOPING) += br_multicast.o
 
16
 
 
17
obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/