diff options
| author | alnsn <alnsn@NetBSD.org> | 2012-09-27 18:28:53 +0000 |
|---|---|---|
| committer | alnsn <alnsn@NetBSD.org> | 2012-09-27 18:28:53 +0000 |
| commit | d1ae23c2f699680baad11571d0bbe2dc6dcdfcba (patch) | |
| tree | 4640709a1500d6e10cf868f416605489de413de2 /sys/modules | |
| parent | 8780758796d3d8536cb2ff5b4ccdc3700422a7f7 (diff) | |
Remove bpf_jit which was ported from FreeBSD recently.
It will soon be replaced with the new bpfjit kernel module.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/bpf/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/modules/bpf/Makefile b/sys/modules/bpf/Makefile index b664d7910db..cafcfba4cf9 100644 --- a/sys/modules/bpf/Makefile +++ b/sys/modules/bpf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/08/02 00:22:32 matt Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/27 18:28:56 alnsn Exp $ # .include "../Makefile.inc" @@ -10,16 +10,4 @@ KMOD= bpf # inseparable from bpfilter?) SRCS= bpf.c bpf_filter.c -.PATH: ${S}/arch/${MACHINE}/${MACHINE} -.PATH: ${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH} -.PATH: ${S}/arch/${MACHINE_CPU}/${MACHINE_CPU} - -.if (exists(${S}/arch/${MACHINE}/${MACHINE}/bpf_jit_machdep.c)) || \ - (exists(${S}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c)) || \ - (exists(${S}/arch/${MACHINE_CPU}/${MACHINE_CPU}/bpf_jit_machdep.c)) -SRCS+= bpf_jit.c -SRCS+= bpf_jit_machdep.c -CPPFLAGS+= -DBPF_JIT -.endif - .include <bsd.kmodule.mk> |
