Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client
[cascardo/linux.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