12 lines
185 B
Makefile
12 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/11/18 09:04:20 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../dev/ic
|
|
|
|
LIB= rumpdev_audio_ac97
|
|
|
|
SRCS= ac97.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|