--- zzzz-none-000/linux-5.15.111/net/ipv4/netfilter/Makefile 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/ipv4/netfilter/Makefile 2024-02-07 09:28:09.000000000 +0000 @@ -1,4 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 +# Includes Intel Corporation's changes/modifications dated: 2014. +# Changed/modified portions - Copyright © 2014, Intel Corporation. # # Makefile for the netfilter modules on top of IPv4. # @@ -46,6 +48,7 @@ obj-$(CONFIG_IP_NF_TARGET_ECN) += ipt_ECN.o obj-$(CONFIG_IP_NF_TARGET_REJECT) += ipt_REJECT.o obj-$(CONFIG_IP_NF_TARGET_SYNPROXY) += ipt_SYNPROXY.o +obj-$(CONFIG_IP_NF_TARGET_TRIGGER) += ipt_TRIGGER.o # generic ARP tables obj-$(CONFIG_IP_NF_ARPTABLES) += arp_tables.o