blob: d32aac3a25b853fcee81df03118f9d3c7adecd41 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#
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