Sound makefile fix

Matthew Harrell (mharrell@std.saic.com)
Wed, 24 Dec 1997 01:47:59 -0500 (EST)


--ELM882946079-2300-0_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

The attached patch fixes some problems with some of the modules not being
compiled in a modularized sound driver.

-- 
  Matthew Harrell                           Microwaves frizz your heir...
  Simulation Technology Division, SAIC 
  mharrell@std.saic.com

--ELM882946079-2300-0_ Content-Type: text/plain; charset=KOI8-R Content-Disposition: attachment; filename=sound_76.patch Content-Description: sound_76.patch Content-Transfer-Encoding: 7bit

diff -urN lx-2.1.76/drivers/sound/Makefile linux/drivers/sound/Makefile --- lx-2.1.76/drivers/sound/Makefile Tue Dec 23 23:35:24 1997 +++ linux/drivers/sound/Makefile Wed Dec 24 01:39:12 1997 @@ -95,9 +95,7 @@ ifeq ($(CONFIG_SB),m) M_OBJS += sb.o MIX_OBJS += sb_card.o - ifneq ($(CONFIG_UART401),y) - CONFIG_UART401 = m - endif + CONFIG_UART401 = m endif endif @@ -162,6 +160,7 @@ else ifeq ($(CONFIG_SSCAPE),m) M_OBJS += sscape.o + MX_OBJS += ad1848.o endif endif

--ELM882946079-2300-0_--