diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-16 05:06:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-17 05:15:14 +0200 |
commit | 2809a2087cc44b55e4377d7b9be3f7f5d2569091 (patch) | |
tree | c868c86ae407b6efc5aac3630ba0244de2eb672d /arch/sparc/net/Makefile | |
parent | tcp: restore formatting of macros for tcp_skb_cb sacked field (diff) | |
download | linux-2809a2087cc44b55e4377d7b9be3f7f5d2569091.tar.xz linux-2809a2087cc44b55e4377d7b9be3f7f5d2569091.zip |
net: filter: Just In Time compiler for sparc
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/net/Makefile')
-rw-r--r-- | arch/sparc/net/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |