xref: /linux/arch/sparc/net/Makefile (revision fa84cf094ef9667e2b91c104b0a788fd1896f482)
1#
2# Arch-specific network modules
3#
4obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
5ifeq ($(BITS),32)
6obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
7endif
8