Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/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
This page took 0.035725 seconds and 5 git commands to generate.