License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / net / bridge / Makefile
blobf760e62a672afc7c53905c026531faf3ed6124c0
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the IEEE 802.1d ethernet bridging layer.
6 obj-$(CONFIG_BRIDGE) += bridge.o
8 bridge-y := br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o \
9 br_ioctl.o br_stp.o br_stp_bpdu.o \
10 br_stp_if.o br_stp_timer.o br_netlink.o \
11 br_netlink_tunnel.o
13 bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o
15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o
17 br_netfilter-y := br_netfilter_hooks.o
18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
19 obj-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o
21 bridge-$(CONFIG_BRIDGE_IGMP_SNOOPING) += br_multicast.o br_mdb.o
23 bridge-$(CONFIG_BRIDGE_VLAN_FILTERING) += br_vlan.o br_vlan_tunnel.o
25 bridge-$(CONFIG_NET_SWITCHDEV) += br_switchdev.o
27 obj-$(CONFIG_NETFILTER) += netfilter/