Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2015/11/11 21:52:46 pooka Exp $ 2# 3 4.PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/bluetooth 5 6LIB= rumpdev_ubt 7COMMENT=USB BlueTooth driver 8 9IOCONF= UBT.ioconf 10COMPONENT_SIMPLE= ubt 11 12SRCS= ubt.c bthub.c 13 14.include <bsd.lib.mk> 15.include <bsd.klinks.mk> 16