Home | History | Annotate | Line # | Download | only in libubt
      1 #	$NetBSD: Makefile,v 1.6 2015/11/16 23:27:08 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/bluetooth
      5 
      6 LIB=	rumpdev_ubt
      7 COMMENT=USB BlueTooth driver
      8 
      9 IOCONF= UBT.ioconf
     10 RUMP_COMPONENT=ioconf
     11 
     12 SRCS=	ubt.c bthub.c
     13 
     14 .include <bsd.lib.mk>
     15 .include <bsd.klinks.mk>
     16