linuxOS_PX30_CAR/kernel/arch/x86/net/Makefile

10 lines
172 B
Makefile
Raw Permalink Normal View History

2026-01-20 05:50:57 +00:00
#
# 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