[BOOTLIB]

- Add missing asm dependency

svn path=/trunk/; revision=73700
This commit is contained in:
Thomas Faber 2017-02-05 10:45:50 +00:00
parent 4b762458f9
commit 3f11bbbaf1

View file

@ -70,7 +70,7 @@ endif()
add_asm_files(bootlib_asm ${BOOTLIB_ASM_SOURCE})
add_library(bootlib ${BOOTLIB_SOURCE} ${bootlib_asm})
add_pch(bootlib app/bootmgr/bootmgr.h BOOTLIB_SOURCE)
add_dependencies(bootlib bugcodes bootmsg xdk)
add_dependencies(bootlib bugcodes asm bootmsg xdk)
list(APPEND BOOTMGR_BASE_SOURCE
app/bootmgr/efiemu.c