mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
6b3d4eec7f
This is in preparation for adding the 64-bit eBPF JIT. Signed-off-by: David S. Miller <davem@davemloft.net>
4 lines
106 B
Makefile
4 lines
106 B
Makefile
#
|
|
# Arch-specific network modules
|
|
#
|
|
obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_$(BITS).o bpf_jit_comp_$(BITS).o
|