summaryrefslogtreecommitdiffstats
path: root/arch/x86/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/net/Makefile')
-rw-r--r--arch/x86/net/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/net/Makefile b/arch/x86/net/Makefile
index c6b464a261bb..59e123da580c 100644
--- a/arch/x86/net/Makefile
+++ b/arch/x86/net/Makefile
@@ -5,6 +5,5 @@
ifeq ($(CONFIG_X86_32),y)
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
else
- OBJECT_FILES_NON_STANDARD_bpf_jit.o += y
- obj-$(CONFIG_BPF_JIT) += bpf_jit.o bpf_jit_comp.o
+ obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o
endif