--- zzzz-none-000/linux-4.9.279/net/Makefile 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/net/Makefile 2023-02-08 11:43:43.000000000 +0000 @@ -4,6 +4,11 @@ # 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-$(CONFIG_NET) := socket.o core/ @@ -11,6 +16,7 @@ obj-$(CONFIG_NET) += $(tmp-y) # LLC has to be linked before the files in net/802/ +obj-$(CONFIG_AVM_PA) += avm_pa/ obj-$(CONFIG_LLC) += llc/ obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ obj-$(CONFIG_NETFILTER) += netfilter/ @@ -18,6 +24,10 @@ obj-$(CONFIG_XFRM) += xfrm/ obj-$(CONFIG_UNIX_SCM) += unix/ obj-$(CONFIG_NET) += ipv6/ +ifneq ($(CONFIG_LANTIQ_MCAST_HELPER), ) +obj-y += mcast_helper_reg.o +obj-y += lantiq/ +endif obj-$(CONFIG_PACKET) += packet/ obj-$(CONFIG_NET_KEY) += key/ obj-$(CONFIG_BRIDGE) += bridge/ @@ -63,6 +73,8 @@ ifeq ($(CONFIG_NET),y) obj-$(CONFIG_SYSCTL) += sysctl_net.o +# Always Build the TI Extensions +obj-y += ti/ endif obj-$(CONFIG_WIMAX) += wimax/ obj-$(CONFIG_DNS_RESOLVER) += dns_resolver/