From: Ben Gras Date: Mon, 12 Oct 2009 12:53:36 +0000 (+0000) Subject: moving OSS to a package. X-Git-Tag: v3.1.5~16 X-Git-Url: http://zhaoyanbai.com/repos/rndc-confgen.html?a=commitdiff_plain;h=abdf8e26fb7a3c7e7fd54531887b02245fbd8dcf;p=minix.git moving OSS to a package. --- diff --git a/drivers/audio/Makefile b/drivers/audio/Makefile index d6b17b91c..8e2b62e2c 100644 --- a/drivers/audio/Makefile +++ b/drivers/audio/Makefile @@ -6,5 +6,4 @@ build: all all install depend clean: cd ./es1370 && $(MAKE) $@ cd ./es1371 && $(MAKE) $@ - cd ./oss && $(MAKE) $@