Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / bridge / Makefile
blob59556e40e143457abdf3ab0d4af6b609796b2264
2 # Makefile for the IEEE 802.1d ethernet bridging layer.
5 obj-$(CONFIG_BRIDGE) += bridge.o
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
11 bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o
13 bridge-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o
15 obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/