6 lines
121 B
Makefile
6 lines
121 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Arch-specific network modules
|
||
|
#
|
||
|
obj-$(CONFIG_BPF_JIT) += bpf_jit.o bpf_jit_comp.o
|