summaryrefslogtreecommitdiff
path: root/rtl/gfx/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-22 15:04:30 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-24 05:58:43 -0600
commit4e634e196f542b76933d6bbe1861849557898683 (patch)
tree090a1ab462cd58f4a6e8f7308780b4dd33e77525 /rtl/gfx/mod.mk
parente12e7af8b9d125a2dbd247dcd71896e4a6873d5a (diff)
rtl/gfx/firmware: implement mk build for bootrom
Diffstat (limited to '')
-rw-r--r--rtl/gfx/mod.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/rtl/gfx/mod.mk b/rtl/gfx/mod.mk
index 6ea0fb1..b10e624 100644
--- a/rtl/gfx/mod.mk
+++ b/rtl/gfx/mod.mk
@@ -1,7 +1,8 @@
cores := gfx_shader_schedif
+subdirs := firmware
define core
- $(this)/deps := axilemu axixbar gfx_shader_schedif if_common picorv32
+ $(this)/deps := axilemu axixbar gfx_bootrom gfx_shader_schedif if_common picorv32
$(this)/rtl_top := gfx_top
$(this)/rtl_dirs := .