xref: /kernel/linux/linux-6.6/arch/riscv/net/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/riscv/net/
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

Indexes created Thu Nov 07 10:32:03 CST 2024