topology: autotools: Add build support for topology core

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Liam Girdwood 2015-07-29 17:45:23 +01:00 committed by Takashi Iwai
parent 1d1dff5676
commit fec1e8f253
4 changed files with 38 additions and 1 deletions

View file

@ -42,6 +42,10 @@ if BUILD_UCM
SUBDIRS += ucm
libasound_la_LIBADD += ucm/libucm.la
endif
if BUILD_TOPOLOGY
SUBDIRS += topology
libasound_la_LIBADD += topology/libtopology.la
endif
if BUILD_ALISP
SUBDIRS += alisp
libasound_la_LIBADD += alisp/libalisp.la
@ -81,6 +85,9 @@ seq/libseq.la:
ucm/libucm.la:
$(MAKE) -C ucm libucm.la
topology/libtopology.la:
$(MAKE) -C topology libtopology.la
instr/libinstr.la:
$(MAKE) -C instr libinstr.la