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/Makefile.rumpdevcomp | |
| parent | f3ca6850da60073df3ddda31675ece549d169791 (diff) | |
add ac97 component
for use with eap and others
Diffstat (limited to 'sys/rump/dev/Makefile.rumpdevcomp')
| -rw-r--r-- | sys/rump/dev/Makefile.rumpdevcomp | 6 |
1 files changed, 3 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 |
