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:
Keyon Jie 2020-08-10 10:15:06 +08:00 committed by Keyon Jie
parent 98f5de8d56
commit 4572a5a59d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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')