parent
b1d42d353c
commit
a183ecd06c
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bluetooth.h,v 1.8 2008/09/08 23:36:55 gmcgarry Exp $ */
|
||||
/* $NetBSD: bluetooth.h,v 1.9 2010/03/26 18:15:15 pooka Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2005 Iain Hibbert.
|
||||
|
@ -122,8 +122,6 @@ struct btproto {
|
|||
/*
|
||||
* Debugging stuff
|
||||
*/
|
||||
#include "opt_bluetooth.h"
|
||||
|
||||
#ifdef BLUETOOTH_DEBUG
|
||||
extern int bluetooth_debug;
|
||||
# define DPRINTF(fmt, args...) do { \
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: files.netbt,v 1.4 2006/09/10 15:45:56 plunky Exp $
|
||||
# $NetBSD: files.netbt,v 1.5 2010/03/26 18:15:15 pooka Exp $
|
||||
|
||||
# Bluetooth Protocols
|
||||
|
||||
define bluetooth
|
||||
defflag opt_bluetooth.h BLUETOOTH
|
||||
|
||||
# Bluetooth HCI controller (bthub attaches here)
|
||||
define btbus { }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/03/22 14:47:02 pooka Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/03/26 18:15:15 pooka Exp $
|
||||
#
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/bluetooth
|
||||
|
@ -10,7 +10,5 @@ SRCS= ubt.c bthub.c
|
|||
|
||||
SRCS+= ubt_at_usb.c
|
||||
|
||||
CPPFLAGS+= -I${RUMPTOP}/net/lib/libnetbt
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
.include <bsd.klinks.mk>
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
/* $NetBSD: opt_bluetooth.h,v 1.1 2010/03/22 12:08:44 pooka Exp $ */
|
||||
|
||||
#define BLUETOOTH 1
|
Loading…
Reference in New Issue