diff options
| author | pooka <pooka@NetBSD.org> | 2014-11-18 09:04:20 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2014-11-18 09:04:20 +0000 |
| commit | 76a3eeb8b1dd306e026a8a40d9cfd78fa3347aa2 (patch) | |
| tree | 42fde41eb9498c126f96e00e0c98186f5308a676 /sys/rump/dev | |
| parent | f3ca6850da60073df3ddda31675ece549d169791 (diff) | |
add ac97 component
for use with eap and others
Diffstat (limited to 'sys/rump/dev')
| -rw-r--r-- | sys/rump/dev/Makefile.rumpdevcomp | 6 | ||||
| -rw-r--r-- | sys/rump/dev/lib/libaudio_ac97/Makefile | 11 | ||||
| -rw-r--r-- | sys/rump/dev/lib/libaudio_ac97/shlib_version | 4 |
3 files changed, 18 insertions, 3 deletions
diff --git a/sys/rump/dev/Makefile.rumpdevcomp b/sys/rump/dev/Makefile.rumpdevcomp index 235eea251da..1f8592ff0e1 100644 --- a/sys/rump/dev/Makefile.rumpdevcomp +++ b/sys/rump/dev/Makefile.rumpdevcomp @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.rumpdevcomp,v 1.16 2014/11/18 08:43:03 pooka Exp $ +# $NetBSD: Makefile.rumpdevcomp,v 1.17 2014/11/18 09:04:20 pooka Exp $ # -RUMPDEVCOMP= audio bpf cgd disk dm drvctl fss md netsmb pad pud \ - putter raidframe rnd scsipi sysmon vnd wscons \ +RUMPDEVCOMP= audio audio_ac97 bpf cgd disk dm drvctl fss md netsmb \ + pad pud putter raidframe rnd scsipi sysmon vnd wscons \ opencrypto RUMPUSBDEVS= ubt ucom ugenhc ulpt umass usb diff --git a/sys/rump/dev/lib/libaudio_ac97/Makefile b/sys/rump/dev/lib/libaudio_ac97/Makefile new file mode 100644 index 00000000000..d8957187bc0 --- /dev/null +++ b/sys/rump/dev/lib/libaudio_ac97/Makefile @@ -0,0 +1,11 @@ +# $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> diff --git a/sys/rump/dev/lib/libaudio_ac97/shlib_version b/sys/rump/dev/lib/libaudio_ac97/shlib_version new file mode 100644 index 00000000000..3d918349221 --- /dev/null +++ b/sys/rump/dev/lib/libaudio_ac97/shlib_version @@ -0,0 +1,4 @@ +# $NetBSD: shlib_version,v 1.1 2014/11/18 09:04:20 pooka Exp $ +# +major=0 +minor=0 |
