diff --git a/drivers/audio/Makefile b/drivers/audio/Makefile new file mode 100644 index 000000000..8e2b62e2c --- /dev/null +++ b/drivers/audio/Makefile @@ -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) $@ +