Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
# $FreeBSD$
# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $

.PATH: ${SRCTOP}/sys/net

KMOD=	ng_bpf
SRCS=	opt_bpf.h ng_bpf.c bpf_filter.c

.include <bsd.kmod.mk>