| Path : /lib/modules/4.18.0-553.8.1.el8_10.x86_64/source/arch/x86/net/ |
| Current File : //lib/modules/4.18.0-553.8.1.el8_10.x86_64/source/arch/x86/net/Makefile |
#
# Arch-specific network modules
#
ifeq ($(CONFIG_X86_32),y)
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
else
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o
endif