532241d269
can be included in kernels which need them without also duplicating them in other modules. Removes the duplicate symbols I found which prevented loading i2c and bpf modules after having fixed PR 45125.
12 lines
158 B
Makefile
12 lines
158 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/07 01:06:27 pgoyette Exp $
|
|
#
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/net
|
|
|
|
KMOD= bpf
|
|
SRCS= bpf.c
|
|
|
|
.include <bsd.kmodule.mk>
|