GNU Linux-libre 4.19.286-gnu1
[releases.git] / arch / sparc / net / Makefile
1 #
2 # Arch-specific network modules
3 #
4 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
5 ifeq ($(BITS),32)
6 obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
7 endif