From b7d6511fca6430a63fbaaa390b4f51bf0203a460 Mon Sep 17 00:00:00 2001 From: NicJA Date: Fri, 26 Aug 2011 21:48:05 +0000 Subject: [PATCH] Build the SB128/ES137x Driver git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@40898 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/devs/AHI/Drivers/Makefile.in | 1 + workbench/devs/AHI/configure | 3 ++- workbench/devs/AHI/configure.in | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/workbench/devs/AHI/Drivers/Makefile.in b/workbench/devs/AHI/Drivers/Makefile.in index 9ce7121169..84085ca2b4 100644 --- a/workbench/devs/AHI/Drivers/Makefile.in +++ b/workbench/devs/AHI/Drivers/Makefile.in @@ -38,6 +38,7 @@ SUBDIRS = Device Filesave Void ifneq ($(strip $(HAVE_ASMIO)),) SUBDIRS += ac97 SUBDIRS += CMI8738 +SUBDIRS += SB128 SUBDIRS += HDAudio SUBDIRS += EMU10kx endif diff --git a/workbench/devs/AHI/configure b/workbench/devs/AHI/configure index 81cf0566f4..7c550abbaa 100755 --- a/workbench/devs/AHI/configure +++ b/workbench/devs/AHI/configure @@ -5212,7 +5212,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h -ac_config_files="$ac_config_files Makefile AHI/Makefile AHI-Handler/Makefile AddAudioModes/Makefile Device/Makefile Docs/Makefile Drivers/Makefile Drivers/ac97/Makefile Drivers/HDAudio/Makefile Drivers/CMI8738/Makefile Drivers/AROS/Makefile Drivers/Common/Makefile.common Drivers/Device/Makefile Drivers/EMU10kx/Makefile Drivers/Filesave/Makefile Drivers/Void/Makefile Examples/Makefile Examples/Device/PlayTest/Makefile Examples/Extras/CloneAudioModes/Makefile Examples/Low-level/PlaySineEverywhere/Makefile Examples/Low-level/Test-7.1/Makefile Examples/Low-level/ScanAudioModes/Makefile Include/Makefile" +ac_config_files="$ac_config_files Makefile AHI/Makefile AHI-Handler/Makefile AddAudioModes/Makefile Device/Makefile Docs/Makefile Drivers/Makefile Drivers/ac97/Makefile Drivers/HDAudio/Makefile Drivers/CMI8738/Makefile Drivers/SB128/Makefile Drivers/AROS/Makefile Drivers/Common/Makefile.common Drivers/Device/Makefile Drivers/EMU10kx/Makefile Drivers/Filesave/Makefile Drivers/Void/Makefile Examples/Makefile Examples/Device/PlayTest/Makefile Examples/Extras/CloneAudioModes/Makefile Examples/Low-level/PlaySineEverywhere/Makefile Examples/Low-level/Test-7.1/Makefile Examples/Low-level/ScanAudioModes/Makefile Include/Makefile" ac_config_commands="$ac_config_commands default" @@ -5934,6 +5934,7 @@ do "Drivers/ac97/Makefile") CONFIG_FILES="$CONFIG_FILES Drivers/ac97/Makefile" ;; "Drivers/HDAudio/Makefile") CONFIG_FILES="$CONFIG_FILES Drivers/HDAudio/Makefile" ;; "Drivers/CMI8738/Makefile") CONFIG_FILES="$CONFIG_FILES Drivers/CMI8738/Makefile" ;; + "Drivers/SB128/Makefile") CONFIG_FILES="$CONFIG_FILES Drivers/CB128/Makefile" ;; "Drivers/AROS/Makefile") CONFIG_FILES="$CONFIG_FILES Drivers/AROS/Makefile" ;; "Drivers/Common/Makefile.common") CONFIG_FILES="$CONFIG_FILES Drivers/Common/Makefile.common" ;; "Drivers/Device/Makefile") CONFIG_FILES="$CONFIG_FILES Drivers/Device/Makefile" ;; diff --git a/workbench/devs/AHI/configure.in b/workbench/devs/AHI/configure.in index 9073c205f1..5449a18ef1 100755 --- a/workbench/devs/AHI/configure.in +++ b/workbench/devs/AHI/configure.in @@ -201,7 +201,8 @@ AC_OUTPUT(Makefile Drivers/Makefile Drivers/ac97/Makefile Drivers/HDAudio/Makefile - Drivers/CMI8738/Makefile + Drivers/CMI8738/Makefile + Drivers/SB128/Makefile Drivers/AROS/Makefile Drivers/Common/Makefile.common Drivers/Device/Makefile -- 2.11.4.GIT