Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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