Soundscape Makefile patch

Erik Andersen (andersee@debian.org)
Sun, 12 Apr 1998 01:28:30 -0600


This patch makes the Soundscape compile again (reverts behavior back to
how it was from kernel 2.1.90 to 2.1.93), and is a temporary solution
until Michal Chastain and Alan get the sound/Makefile stuff replaced with
something more sane.

-Erik

--
Erik B. Andersen   Web:    http://www.inconnect.com/~andersen/ 
                   email:  andersee@debian.org
--This message was written using 73% post-consumer electrons--

--- linux-2.1.95.virgin/drivers/sound/Makefile Wed Apr 8 21:44:47 1998 +++ linux/drivers/sound/Makefile Sun Apr 12 01:06:56 1998 @@ -117,6 +117,20 @@ endif endif +ifeq ($(CONFIG_SSCAPE),y) +L_OBJS += sscape.o +LX_OBJS += ad1848.o +CONFIG_MPU401 = y +else + ifeq ($(CONFIG_SSCAPE),m) + M_OBJS += sscape.o + MX_OBJS += ad1848.o + ifneq ($(CONFIG_MPU401),y) + CONFIG_MPU401 = m + endif + endif +endif + ifeq ($(CONFIG_MPU401),y) LX_OBJS += mpu401.o else @@ -154,14 +168,6 @@ else ifeq ($(CONFIG_PSS),m) M_OBJS += pss.o - endif -endif - -ifeq ($(CONFIG_SSCAPE),y) -L_OBJS += sscape.o -else - ifeq ($(CONFIG_SSCAPE),m) - M_OBJS += sscape.o endif endif

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu