Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Arch-specific network modules
0004 #
0005 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
0006 ifeq ($(BITS),32)
0007 obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
0008 endif