sound lowlevel as modules PATCH

mozgy@zesoi.fer.hr
Sun, 17 May 1998 12:42:31 +0200 (MEST)


Hi,

following patch is needed if sound/lowlevel stuff is
compiled as modules.

--- linux/drivers/sound/Makefile.orig Sun May 17 12:39:07 1998
+++ linux/drivers/sound/Makefile Sun May 17 12:38:52 1998
@@ -15,6 +15,10 @@
ifeq ($(CONFIG_LOWLEVEL_SOUND),y)
SUB_DIRS += lowlevel
MOD_IN_SUB_DIRS += lowlevel
+else
+ ifeq ($(CONFIG_LOWLEVEL_SOUND),m)
+ MOD_SUB_DIRS += lowlevel
+ endif
endif


@@ -136,6 +140,10 @@

ifeq ($(CONFIG_LOWLEVEL_SOUND),y)
L_OBJS += lowlevel/lowlevel.o
+else
+ ifeq ($(CONFIG_LOWLEVEL_SOUND),m)
+ M_OBJS += lowlevel/lowlevel.o
+ endif
endif

include $(TOPDIR)/Rules.make

-- 
Mario Mikocevic (Mozgy)
lfsck error: FUBR !

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