add asm as a dependency to test_stage0_monitor_asm_match

This commit is contained in:
Dmitry Petukhov 2019-10-12 02:30:16 +05:00
parent fe10bd4df4
commit f2f8abe49e
No known key found for this signature in database
GPG Key ID: 2301D26BDC15160D
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Generate-rom-test: ALL-ROMS
mkdir -p test
sha256sum roms/* | sort -k2 >| test/SHA256SUMS
test_stage0_monitor_asm_match: stage0_monitor
test_stage0_monitor_asm_match: asm stage0_monitor
mkdir -p test/stage0_test_scratch
sed 's/^[^#]*# //' stage0/stage0_monitor.hex0 > test/stage0_test_scratch/stage0_monitor.hex0.s
bin/asm test/stage0_test_scratch/stage0_monitor.hex0.s > test/stage0_test_scratch/stage0_monitor.hex0.hex0