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