Linux-6.18.2/arch/parisc/net/Makefile

10 lines
204 B
Makefile
Raw Permalink Normal View History

2025-12-23 20:05:50 +08:00
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_BPF_JIT) += bpf_jit_core.o
ifeq ($(CONFIG_64BIT),y)
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
else
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
endif