diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-06 08:40:51 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-12 11:18:27 +0100 |
commit | 22d81543913ca1abe05ce14b7a792cacc469b2b1 (patch) | |
tree | 85fae195f4032fe4ceb50d1ee32ded2077043668 /configure | |
parent | ce3dc033df2ecbbe45555d996549d1f579a23346 (diff) |
audio/oss: build as module
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20180306074053.22856-6-kraxel@redhat.com
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5974,7 +5974,7 @@ echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak for drv in $audio_drv_list; do def=CONFIG_AUDIO_$(echo $drv | LC_ALL=C tr '[a-z]' '[A-Z]') case "$drv" in - alsa) + alsa | oss) echo "$def=m" >> $config_host_mak ;; *) echo "$def=y" >> $config_host_mak ;; |