summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/net/Makefile')
-rw-r--r--arch/powerpc/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/net/Makefile b/arch/powerpc/net/Makefile
index 02d369ca6a53b..809f019d3cba5 100644
--- a/arch/powerpc/net/Makefile
+++ b/arch/powerpc/net/Makefile
@@ -3,7 +3,7 @@
# Arch-specific network modules
#
ifeq ($(CONFIG_PPC64),y)
-obj-$(CONFIG_BPF_JIT) += bpf_jit_asm64.o bpf_jit_comp64.o
+obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
else
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o
endif