mirror of https://github.com/thesofproject/sof.git
test: topology: includes utils.m4 first
Move the including of utils.m4 to first as it is needed by other component m4 files. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
98f5de8d56
commit
4572a5a59d
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
|
||||
# Include topology builder
|
||||
include(`utils.m4')
|
||||
include(`dai.m4')
|
||||
include(`ssp.m4')
|
||||
include(`utils.m4')
|
||||
include(`pipeline.m4')
|
||||
|
||||
# Include TLV library
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
#
|
||||
|
||||
# Include topology builder
|
||||
include(`utils.m4')
|
||||
include(`dai.m4')
|
||||
include(`ssp.m4')
|
||||
include(`dmic.m4')
|
||||
include(`utils.m4')
|
||||
include(`pipeline.m4')
|
||||
|
||||
# Include TLV library
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
#
|
||||
|
||||
# Include topology builder
|
||||
include(`utils.m4')
|
||||
include(`pipeline.m4')
|
||||
include(`dai.m4')
|
||||
include(`ssp.m4')
|
||||
include(`utils.m4')
|
||||
|
||||
# Include TLV library
|
||||
include(`common/tlv.m4')
|
||||
|
|
Loading…
Reference in New Issue