From 5a0c76e64a057952213a4ef31aeaf71f979584cd Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 1 Oct 2009 17:23:54 +0000 Subject: [PATCH] connect OSS to the build (clean and install only) --- drivers/audio/Makefile | 1 + 1 file changed, 1 insertion(+) 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) $@ -- 2.44.0