mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
- `sound' The generic sound driver, always required. - `snd_*' Device-dependent drivers, named after the sound module names. Configure accordingly to your hardware. In addition, rename the `snd_pcm' module to `sound' in order to sync with the driver names. Suggested by: cg
7 lines
81 B
Makefile
7 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR += sound
|
|
SUBDIR += driver
|
|
|
|
.include <bsd.subdir.mk>
|