[Sound-open-firmware] [PATCH] Makefile: fix the make clean issue at the top-level directory

Keqiao.Zhang keqiao.zhang at linux.intel.com
Wed Apr 11 03:19:02 CEST 2018


make clean done at the top-level does not clean the topology/test
directory, updated the SUBDIRS to fix it.

Signed-off-by: Keqiao.Zhang <keqiao.zhang at linux.intel.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ea5d746..ef6d1b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1 @@
-SUBDIRS = rmbox topology
+SUBDIRS = rmbox topology/test/
-- 
2.11.0



More information about the Sound-open-firmware mailing list