summaryrefslogtreecommitdiff
path: root/platform/wavelet3d/mod.mk
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-05-22 15:08:00 -0600
committerAlejandro Soto <alejandro@34project.org>2024-05-24 05:58:43 -0600
commit2d7390ffa53d9146c64b4dbe698cda3835cb3201 (patch)
tree61104abf284875c4fd1b58b4896f0f7eaa5eb616 /platform/wavelet3d/mod.mk
parent4e634e196f542b76933d6bbe1861849557898683 (diff)
platform/wavelet3d/host_sw: implement mk build for w3d host software
Diffstat (limited to 'platform/wavelet3d/mod.mk')
-rw-r--r--platform/wavelet3d/mod.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/wavelet3d/mod.mk b/platform/wavelet3d/mod.mk
index 77382f1..b78f01a 100644
--- a/platform/wavelet3d/mod.mk
+++ b/platform/wavelet3d/mod.mk
@@ -1,10 +1,14 @@
+subdirs := host_sw
+
define core
- $(this)/deps := axixbar if_common gfx
+ $(this)/deps := axixbar if_common gfx w3d_host_sw
$(this)/rtl_top := w3d_top
$(this)/rtl_dirs := .
$(this)/rtl_files := w3d_top.sv
+ $(this)/obj_deps := gfx_bootrom.hex w3d_host_flash.bin
+
$(this)/vl_main := main.cpp remote_jtag.cpp
$(this)/vl_pkgconfig := sdl2
endef