From b250847120c8eb1a4b29d42fb6cf81d88c9b8175 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 19 Dec 2007 10:37:29 +0000 Subject: [PATCH] Makefile for audio drivers. --- drivers/audio/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/audio/Makefile 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) $@ + -- 2.44.0