0d2d8c6db2
sb16: port of isa sb16 driver to user-space. Port by Peter Boonstoppel. es1371: By Laurens Bronwasser.
9 lines
112 B
Makefile
9 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
|