config files - do not include ucm/topology configuration when not requested

This commit is contained in:
Jaroslav Kysela 2016-01-12 14:56:18 +01:00
parent b917a0c0a8
commit c7e8708441

View file

@ -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 cfg_files = alsa.conf
if BUILD_ALISP if BUILD_ALISP