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