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