GNU Linux-libre 4.9.337-gnu1
[releases.git] / arch / powerpc / net / Makefile
1 #
2 # Arch-specific network modules
3 #
4 ifeq ($(CONFIG_PPC64),y)
5 obj-$(CONFIG_BPF_JIT) += bpf_jit_asm64.o bpf_jit_comp64.o
6 else
7 obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o
8 endif