From 4e634e196f542b76933d6bbe1861849557898683 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Wed, 22 May 2024 15:04:30 -0600 Subject: rtl/gfx/firmware: implement mk build for bootrom --- rtl/gfx/mod.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rtl/gfx/mod.mk') 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 := . -- cgit v1.2.3