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.6 2006/09/07 21:36:55 max Exp $
# $FreeBSD$

PACKAGE=	bluetooth
PROG=		bthidd
MAN=		bthidd.8
#		bthidd.conf.5
SRCS=		bthidd.c btuinput.c client.c hid.c kbd.c lexer.l parser.y \
		server.c session.c

CFLAGS+=	-I${.CURDIR}

LIBADD+=	bluetooth usbhid

NO_WMISSING_VARIABLE_DECLARATIONS=

.include <bsd.prog.mk>