summaryrefslogtreecommitdiff
path: root/arch/parisc/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/parisc/net/Makefile')
-rw-r--r--arch/parisc/net/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/parisc/net/Makefile b/arch/parisc/net/Makefile
new file mode 100644
index 000000000000..22b12024d4c3
--- /dev/null
+++ b/arch/parisc/net/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+obj-$(CONFIG_BPF_JIT) += bpf_jit_core.o
+
+ifeq ($(CONFIG_64BIT),y)
+ obj-$(CONFIG_BPF_JIT) += bpf_jit_comp64.o
+else
+ obj-$(CONFIG_BPF_JIT) += bpf_jit_comp32.o
+endif