[BOOTMGFW] Add missing dependency.

svn path=/trunk/; revision=68996
This commit is contained in:
Amine Khaldi 2015-09-04 14:43:01 +00:00
parent 0bfea85680
commit 6556572a93

View file

@ -61,7 +61,7 @@ set_entrypoint(bootmgfw EfiEntry)
target_link_libraries(bootmgfw bootmgr_common cportlib cmlib rtl libcntpr)
add_dependencies(bootmgfw asm)
add_dependencies(bootmgfw asm bugcodes)
add_cd_file(TARGET bootmgfw FILE ${_bootmgfw_output_file} DESTINATION loader NO_CAB FOR bootcd regtest)