Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / parisc / net / Makefile
blob22b12024d4c3ecd71984b848b907523b204b38f2
1 # SPDX-License-Identifier: GPL-2.0-only
3 obj-$(CONFIG_BPF_JIT) += bpf_jit_core.o
5 ifeq ($(CONFIG_64BIT),y)
6 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
7 else
8 obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
9 endif