xref: /linux/arch/x86/net/Makefile (revision 6a61b70b43c9c4cbc7314bf6c8b5ba8b0d6e1e7b)
1#
2# Arch-specific network modules
3#
4
5ifeq ($(CONFIG_X86_32),y)
6        obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
7else
8        obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o
9endif
10