162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci 362306a36Sopenharmony_ciobj-$(CONFIG_BPF_JIT) += bpf_jit_core.o 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciifeq ($(CONFIG_ARCH_RV64I),y) 662306a36Sopenharmony_ci obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o 762306a36Sopenharmony_cielse 862306a36Sopenharmony_ci obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o 962306a36Sopenharmony_ciendif 10