Makefile for audio drivers.

This commit is contained in:
Ben Gras 2007-12-19 10:37:29 +00:00
parent 8e727c97ce
commit b250847120

9
drivers/audio/Makefile Normal file
View File

@ -0,0 +1,9 @@
# Makefile for all audio drivers.
MAKE = exec make -$(MAKEFLAGS)
build: all
all install depend clean:
cd ./es1370 && $(MAKE) $@
cd ./es1371 && $(MAKE) $@