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

Next file: linux/drivers/sound/lowlevel/README
Previous file: linux/drivers/sound/lowlevel/Config.tmpl
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.0/linux/drivers/sound/lowlevel/Makefile linux/drivers/sound/lowlevel/Makefile
@@ -0,0 +1,19 @@
+all:	lowlevel.o
+
+OBJS = init.o
+
+ifdef CONFIG_LOWLEVEL_SOUND
+ifdef CONFIG_ACI_MIXER
+OBJS := $(OBJS) aci.o
+endif
+endif
+
+lowlevel.o:	$(OBJS)
+	ld -r -o lowlevel.o $(OBJS)
+
+clean:
+	rm -f core x y z *~ *.o
+
+ifdef HOSTCC
+include $(TOPDIR)/Rules.make
+endif

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