Makefile (4854c7b27f0975a2b629f35ea3996d2968eb7c4f) | Makefile (eb1d16414339a6e113d89e2cca2556005d7ce919) |
---|---|
1# 2# Makefile for the IEEE 802.1d ethernet bridging layer. 3# 4 5obj-$(CONFIG_BRIDGE) += bridge.o 6 7bridge-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 11bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o 12 13bridge-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o 14 | 1# 2# Makefile for the IEEE 802.1d ethernet bridging layer. 3# 4 5obj-$(CONFIG_BRIDGE) += bridge.o 6 7bridge-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 11bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o 12 13bridge-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o 14 |
15bridge-$(CONFIG_BRIDGE_IGMP_SNOOPING) += br_multicast.o 16 |
|
15obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/ | 17obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/ |