--- zzzz-none-000/linux-4.9.279/net/bridge/Makefile 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/net/bridge/Makefile 2023-02-08 10:58:16.000000000 +0000 @@ -1,17 +1,26 @@ # # Makefile for the IEEE 802.1d ethernet bridging layer. # +# Includes Intel Corporation's changes/modifications dated: 2018. +# Changed/modified portions - Copyright (c) 2018, Intel Corporation. +# + +ccflags-y += -Werror obj-$(CONFIG_BRIDGE) += bridge.o bridge-y := br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o \ br_ioctl.o br_stp.o br_stp_bpdu.o \ - br_stp_if.o br_stp_timer.o br_netlink.o + br_stp_if.o br_stp_timer.o br_netlink.o ti_br_notify.o bridge-$(CONFIG_SYSFS) += br_sysfs_if.o br_sysfs_br.o bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o +bridge-$(CONFIG_TI_L2_SELECTIVE_FORWARDER) += ti_br_sf.o +bridge-$(CONFIG_TI_L2_SELECTIVE_PACKET_HANDLING) += ti_br_sph.o +bridge-$(CONFIG_INTEL_L2VPN_L2CP_FORWARD) += intel_br_l2vpn.o + br_netfilter-y := br_netfilter_hooks.o br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o obj-$(CONFIG_BRIDGE_NETFILTER) += br_netfilter.o