d32aac3a25b853fcee81df03118f9d3c7adecd41
[releases.git] / 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