nt9856x/BSP/linux-kernel/arch/x86/net/Makefile
2023-03-28 15:07:53 +08:00

10 lines
172 B
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