minix/drivers/audio/framework/Makefile
Ben Gras 0d2d8c6db2 audio drivers. (not updated for trunk.)
sb16: port of isa sb16 driver to user-space. Port by Peter Boonstoppel.
es1371: By Laurens Bronwasser.
2007-11-23 11:30:50 +00:00

10 lines
112 B
Makefile

CC = exec cc
all: audio_fw.o
audio_fw.o:
$(CC) -c audio_fw.c
clean:
rm -f a.out *.bak core errs audio_fw.o