aboutsummaryrefslogtreecommitdiff
path: root/tests/soc_simple_display/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/soc_simple_display/Makefile')
-rw-r--r--tests/soc_simple_display/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/soc_simple_display/Makefile b/tests/soc_simple_display/Makefile
index 4506ff7..06bced1 100644
--- a/tests/soc_simple_display/Makefile
+++ b/tests/soc_simple_display/Makefile
@@ -1,6 +1,7 @@
VGA_TEST = 1
-DEPENDS = instructions.mem sram.v vga_display.v ../../design/*.v messages.vh
+DEPENDS = instructions.mem sram.v vga_display.v flash_memory.v \
+ soc_with_peripherals.v ../../design/*.v messages.vh
IVFLAGS = -DROM_WORDS_COUNT=$(call FILE_LINES,instructions.mem)