patch-2.1.78 linux/drivers/sound/lowlevel/Makefile

Next file: linux/drivers/sound/lowlevel/README.aedsp16
Previous file: linux/drivers/sound/ics2101.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.77/linux/drivers/sound/lowlevel/Makefile linux/drivers/sound/lowlevel/Makefile
@@ -16,15 +16,16 @@
 endif
 ifeq ($(CONFIG_AEDSP16),y)
    OBJS := $(OBJS) aedsp16.o
+else 
+  ifeq ($(CONFIG_AEDSP16),m)
+     MX_OBJS := $(MX_OBJS) aedsp16.o
+  endif
 endif
 endif
 
 ifndef TOPDIR
 TOPDIR=/usr/src/linux
 endif
-
-.c.o:
-	$(CC) $(CFLAGS) -c $<
 
 lowlevel.o:	$(OBJS)
 	$(LD) -r -o lowlevel.o $(OBJS)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov