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 809f019d3cba5..c2dec3a68d4c4 100644
--- a/arch/powerpc/net/Makefile
+++ b/arch/powerpc/net/Makefile
@@ -2,7 +2,7 @@
#
# Arch-specific network modules
#
-ifeq ($(CONFIG_PPC64),y)
+ifdef CONFIG_PPC64
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
else
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o