]> Zhao Yanbai Git Server - minix.git/commitdiff
Makefile for audio drivers.
authorBen Gras <ben@minix3.org>
Wed, 19 Dec 2007 10:37:29 +0000 (10:37 +0000)
committerBen Gras <ben@minix3.org>
Wed, 19 Dec 2007 10:37:29 +0000 (10:37 +0000)
drivers/audio/Makefile [new file with mode: 0644]

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