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