Files
Debian-9-Kernel/arch/powerpc/net/Makefile
T
2023-05-02 09:58:35 +02:00

9 lines
184 B
Makefile

#
# Arch-specific network modules
#
ifeq ($(CONFIG_PPC64),y)
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm64.o bpf_jit_comp64.o
else
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o
endif