Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / rump / dev / wip / libucom / Makefile
blob4ee7aea6dd7e76c99bbef2784658473b52a70179
1 # $NetBSD: Makefile,v 1.1 2009/12/20 15:43:13 pooka Exp $
4 .PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../kern
6 LIB= rumpdev_ucom
8 SRCS= ucom.c uplcom.c
10 SRCS+= ucom_at_usb.c
11 SRCS+= tty.c tty_conf.c tty_tty.c tty_subr.c
13 CFLAGS+= -Wno-pointer-sign
14 CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs
16 .include <bsd.lib.mk>
17 .include <bsd.klinks.mk>