From: Ben Gras Date: Thu, 1 Oct 2009 17:23:54 +0000 (+0000) Subject: connect OSS to the build (clean and install only) X-Git-Tag: v3.1.5~45 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=5a0c76e64a057952213a4ef31aeaf71f979584cd;p=minix.git connect OSS to the build (clean and install only) --- diff --git a/drivers/audio/Makefile b/drivers/audio/Makefile index 8e2b62e2c..d6b17b91c 100644 --- a/drivers/audio/Makefile +++ b/drivers/audio/Makefile @@ -6,4 +6,5 @@ build: all all install depend clean: cd ./es1370 && $(MAKE) $@ cd ./es1371 && $(MAKE) $@ + cd ./oss && $(MAKE) $@