2007-12-19 11:37:29 +01:00
|
|
|
# Makefile for all audio drivers.
|
|
|
|
MAKE = exec make -$(MAKEFLAGS)
|
|
|
|
|
|
|
|
build: all
|
|
|
|
|
|
|
|
all install depend clean:
|
|
|
|
cd ./es1370 && $(MAKE) $@
|
|
|
|
cd ./es1371 && $(MAKE) $@
|
2009-10-01 19:23:54 +02:00
|
|
|
cd ./oss && $(MAKE) $@
|
2007-12-19 11:37:29 +01:00
|
|
|
|