drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / net / Makefile
blob9a1e5f0a94e5594c5fc80efdf5514ce5ed93530a
1 # SPDX-License-Identifier: GPL-2.0-only
3 obj-$(CONFIG_BPF_JIT) += bpf_jit_core.o
5 ifeq ($(CONFIG_ARCH_RV64I),y)
6 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
7 else
8 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
9 endif