]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/riscv/net/Makefile
UBUNTU: Ubuntu-5.11.0-22.23
[mirror_ubuntu-hirsute-kernel.git] / arch / riscv / net / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
ca6cb544 2
5f316b65
LN
3obj-$(CONFIG_BPF_JIT) += bpf_jit_core.o
4
5ifeq ($(CONFIG_ARCH_RV64I),y)
6 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
7else
8 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
9endif