From c7e87084412b26ea36cc62ac557bcde18f56bf22 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 12 Jan 2016 14:56:18 +0100 Subject: [PATCH] config files - do not include ucm/topology configuration when not requested --- src/conf/Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/conf/Makefile.am b/src/conf/Makefile.am index a04f73fd..5a3f857e 100644 --- a/src/conf/Makefile.am +++ b/src/conf/Makefile.am @@ -1,4 +1,11 @@ -SUBDIRS=cards pcm alsa.conf.d ucm topology +SUBDIRS=cards pcm alsa.conf.d + +if BUILD_UCM +SUBDIRS += ucm +endif +if BUILD_TOPOLOGY +SUBDIRS += topology +endif cfg_files = alsa.conf if BUILD_ALISP -- 2.47.3