17 lines
306 B
Makefile
17 lines
306 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/06/14 14:47:58 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern
|
|
|
|
LIB= rumpdev_ucom
|
|
IOCONF= UCOM.ioconf
|
|
|
|
SRCS= ucom.c uplcom.c u3g.c
|
|
|
|
SRCS+= ucom_at_usb.c
|
|
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|