diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-02-13 22:03:56 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-02-13 22:03:56 +0000 |
commit | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (patch) | |
tree | 3cff6913eba5eb3de28f8de75f08cfa1a143b1ff /drivers/sound/Makefile | |
parent | 046dcd00268e34e0cd9032592e498f71830374ea (diff) |
o Moved the HAL2 driver to drivers/sound
o Rewrote most of the HAL2 driver. It will now use Alan Cox's soundcore stuff. Please make it work!
o VINO now appears only when you build for SGI
I think I'll have an Indy here soon so I can do so `serious' work again. It seems to take some time for the machine to reach Sweden. They shipped it about two weeks ago.
- Ulf
Diffstat (limited to 'drivers/sound/Makefile')
-rw-r--r-- | drivers/sound/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile index c4fb47dce..b76e03ce3 100644 --- a/drivers/sound/Makefile +++ b/drivers/sound/Makefile @@ -76,6 +76,7 @@ obj-$(CONFIG_SOUND_WAVEFRONT) += wavefront.o #jnx obj-$(CONFIG_SOUND_ES1370) += es1370.o obj-$(CONFIG_SOUND_ES1371) += es1371.o +obj-$(CONFIG_SOUND_HAL2) += hal2.o obj-$(CONFIG_SOUND_SONICVIBES) += sonicvibes.o # Declare multi-part drivers. |