16 lines
298 B
Makefile
16 lines
298 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/05/01 23:19:56 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev
|
|
|
|
LIB= rumpdev_audio
|
|
IOCONF= AUDIO.ioconf
|
|
|
|
SRCS= audio.c auconv.c aurateconv.c mulaw.c
|
|
SRCS+= component.c
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../../librump/rumpvfs
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|