From 2809a2087cc44b55e4377d7b9be3f7f5d2569091 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Sun, 15 Apr 2012 20:06:27 -0700 Subject: net: filter: Just In Time compiler for sparc Signed-off-by: David S. Miller --- arch/sparc/net/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 arch/sparc/net/Makefile (limited to 'arch/sparc/net/Makefile') diff --git a/arch/sparc/net/Makefile b/arch/sparc/net/Makefile new file mode 100644 index 000000000000..1306a58ac541 --- /dev/null +++ b/arch/sparc/net/Makefile @@ -0,0 +1,4 @@ +# +# Arch-specific network modules +# +obj-$(CONFIG_BPF_JIT) += bpf_jit_asm.o bpf_jit_comp.o -- cgit