2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-04-16 10:06:27 +07:00
|
|
|
#
|
|
|
|
# Arch-specific network modules
|
|
|
|
#
|
2018-05-04 06:08:18 +07:00
|
|
|
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
|
|
|
|
ifeq ($(BITS),32)
|
|
|
|
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
|
|
|
|
endif
|