#
# Makefile for ALSA driver
# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
#

include ../Makefile.conf

all:
	$(MAKE) -C gus
	$(MAKE) -C sb
	$(MAKE) -C others
	@echo
	@echo "ALSA lowlevel drivers were sucessfully compiled."
	@echo

clean:
	make -C gus clean
	make -C sb clean
	make -C others clean
	rm -f core .depend *.o *.orig ultra.map ultra.map? *~
