From f2f8abe49e6bf7dfe191fc110817e326bf5b155c Mon Sep 17 00:00:00 2001 From: Dmitry Petukhov Date: Sat, 12 Oct 2019 02:30:16 +0500 Subject: [PATCH] add asm as a dependency to test_stage0_monitor_asm_match --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f612705..975c9d8 100644 --- a/makefile +++ b/makefile @@ -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