xref: /linux/arch/riscv/net/Makefile (revision 5f316b65e99f109942c556dc8790abd4c75bcb34)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2ca6cb544SLuke Nelson
3*5f316b65SLuke Nelsonobj-$(CONFIG_BPF_JIT) += bpf_jit_core.o
4*5f316b65SLuke Nelson
5*5f316b65SLuke Nelsonifeq ($(CONFIG_ARCH_RV64I),y)
6*5f316b65SLuke Nelson	obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
7*5f316b65SLuke Nelsonelse
8*5f316b65SLuke Nelson	obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
9*5f316b65SLuke Nelsonendif
10