From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- arch/x86/net/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 arch/x86/net/Makefile (limited to 'arch/x86/net/Makefile') diff --git a/arch/x86/net/Makefile b/arch/x86/net/Makefile new file mode 100644 index 000000000..59e123da5 --- /dev/null +++ b/arch/x86/net/Makefile @@ -0,0 +1,9 @@ +# +# Arch-specific network modules +# + +ifeq ($(CONFIG_X86_32),y) + obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o +else + obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o +endif -- cgit v1.2.3