--- zzzz-none-000/linux-5.4.213/net/Makefile 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/net/Makefile 2024-05-29 11:20:02.000000000 +0000 @@ -1,17 +1,20 @@ # SPDX-License-Identifier: GPL-2.0 # -# Makefile for the linux networking. +# Makefile for the linux networking. # # 2 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # +KBUILD_CFLAGS := $(filter-out -Werror, $(KBUILD_CFLAGS)) + obj-$(CONFIG_NET) := socket.o core/ tmp-$(CONFIG_COMPAT) := compat.o 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/ bpf/ obj-$(CONFIG_NETFILTER) += netfilter/ @@ -53,7 +56,7 @@ obj-$(CONFIG_NETLABEL) += netlabel/ obj-$(CONFIG_IUCV) += iucv/ obj-$(CONFIG_SMC) += smc/ -obj-$(CONFIG_RFKILL) += rfkill/ +obj-$(CONFIG_RFKILL_FULL) += rfkill/ obj-$(CONFIG_NET_9P) += 9p/ obj-$(CONFIG_CAIF) += caif/ ifneq ($(CONFIG_DCB),)