xref: /linux/arch/sparc/net/Makefile (revision 8f8d5745bb520c76b81abef4a2cb3023d0313bfd)
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