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