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

# $Id: Makefile,v 1.1 2003/09/08 02:27:27 max Exp $
# $FreeBSD$

PACKAGE=	bluetooth
PROG=		sdpcontrol
MAN=		sdpcontrol.8
SRCS=		sdpcontrol.c search.c
WARNS?=		2

LIBADD=		bluetooth sdp

.include <bsd.prog.mk>