summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/net/Makefile')
-rw-r--r--arch/sparc/net/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sparc/net/Makefile b/arch/sparc/net/Makefile
new file mode 100644
index 000000000..806267de3
--- /dev/null
+++ b/arch/sparc/net/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Arch-specific network modules
+#
+obj-$(CONFIG_BPF_JIT) += bpf_jit_comp_$(BITS).o
+ifeq ($(BITS),32)
+obj-$(CONFIG_BPF_JIT) += bpf_jit_asm_32.o
+endif