mirror of https://github.com/thesofproject/sof.git
makefile: add reset vector back
Without reset vector, APL and BYT will fail to boot up. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
parent
fba1f1b106
commit
35f3b9e5bf
|
@ -61,6 +61,7 @@ sof_LDADD = \
|
|||
../../audio/libaudio.a \
|
||||
../../drivers/libdrivers.a \
|
||||
../../math/libsof_math.a \
|
||||
libreset.a \
|
||||
xtos/libxtos.a \
|
||||
xtos/libxlevel2.a \
|
||||
xtos/libxlevel3.a \
|
||||
|
|
Loading…
Reference in New Issue