2016-01-12 14:56:18 +01:00
|
|
|
SUBDIRS=cards pcm alsa.conf.d
|
|
|
|
|
|
|
|
|
|
if BUILD_UCM
|
|
|
|
|
SUBDIRS += ucm
|
|
|
|
|
endif
|
|
|
|
|
if BUILD_TOPOLOGY
|
|
|
|
|
SUBDIRS += topology
|
|
|
|
|
endif
|
2001-06-21 13:41:50 +00:00
|
|
|
|
2006-09-06 14:39:01 +02:00
|
|
|
cfg_files = alsa.conf
|
|
|
|
|
if BUILD_ALISP
|
|
|
|
|
cfg_files += sndo-mixer.alisp
|
|
|
|
|
endif
|
2007-04-05 17:19:40 +02:00
|
|
|
if BUILD_MODULES
|
2016-12-20 15:41:25 +01:00
|
|
|
if BUILD_PYTHON
|
2007-04-05 17:19:40 +02:00
|
|
|
cfg_files += smixer.conf
|
|
|
|
|
endif
|
2016-12-20 15:41:25 +01:00
|
|
|
endif
|
2001-06-21 13:41:50 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
|
|
2008-03-07 17:18:16 +01:00
|
|
|
alsaconfigdir = @ALSA_CONFIG_DIR@
|
|
|
|
|
alsadir = $(alsaconfigdir)
|
2001-06-21 13:41:50 +00:00
|
|
|
alsa_DATA = $(cfg_files)
|