--- zzzz-none-000/linux-5.15.111/net/Makefile 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/net/Makefile 2024-02-07 10:23:29.000000000 +0000 @@ -5,12 +5,18 @@ # 2 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # +# Includes Intel Corporation's changes/modifications dated: 2018. +# Changed/modified portions - Copyright (c) 2018, Intel Corporation. +# + +ccflags-y += -Werror obj-y := devres.o socket.o core/ obj-$(CONFIG_COMPAT) += compat.o # LLC has to be linked before the files in net/802/ +obj-y += avm_pa/ obj-$(CONFIG_LLC) += llc/ obj-y += ethernet/ 802/ sched/ netlink/ bpf/ ethtool/ obj-$(CONFIG_NETFILTER) += netfilter/ @@ -40,6 +46,7 @@ obj-$(CONFIG_L2TP) += l2tp/ obj-$(CONFIG_DECNET) += decnet/ obj-$(CONFIG_PHONET) += phonet/ +obj-$(CONFIG_MCAST_HELPER_PACKAGE) += mcast_helper/ ifneq ($(CONFIG_VLAN_8021Q),) obj-y += 8021q/ endif @@ -61,6 +68,10 @@ obj-$(CONFIG_MAC802154) += mac802154/ obj-$(CONFIG_SYSCTL) += sysctl_net.o +ifeq ($(CONFIG_NET),y) +# Always Build the TI Extensions +obj-y += ti/ +endif obj-$(CONFIG_DNS_RESOLVER) += dns_resolver/ obj-$(CONFIG_CEPH_LIB) += ceph/ obj-$(CONFIG_BATMAN_ADV) += batman-adv/