diff options
Diffstat (limited to 'arch/arm64/net/Makefile')
-rw-r--r-- | arch/arm64/net/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/net/Makefile b/arch/arm64/net/Makefile new file mode 100644 index 0000000000..5c540efb7d --- /dev/null +++ b/arch/arm64/net/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# ARM64 networking code +# +obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o |