From: Ben Gras Date: Wed, 19 Dec 2007 10:37:29 +0000 (+0000) Subject: Makefile for audio drivers. X-Git-Tag: v3.1.4~302 X-Git-Url: http://zhaoyanbai.com/repos/doc/static/gitweb.css?a=commitdiff_plain;h=b250847120c8eb1a4b29d42fb6cf81d88c9b8175;p=minix.git Makefile for audio drivers. --- 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) $@ +