summaryrefslogtreecommitdiff
path: root/target/w3d_de1soc/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 /target/w3d_de1soc/mod.mk
parent4e634e196f542b76933d6bbe1861849557898683 (diff)
platform/wavelet3d/host_sw: implement mk build for w3d host software
Diffstat (limited to '')
-rw-r--r--target/w3d_de1soc/mod.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/w3d_de1soc/mod.mk b/target/w3d_de1soc/mod.mk
index a4aa4fe..3b5d9f5 100644
--- a/target/w3d_de1soc/mod.mk
+++ b/target/w3d_de1soc/mod.mk
@@ -9,6 +9,8 @@ define core
$(this)/qsf_files := pins.tcl
$(this)/qsys_platform := platform.qsys
+ $(this)/obj_deps := gfx_bootrom.hex
+
$(this)/altera_device := 5CSEMA5F31C6
$(this)/altera_family := Cyclone V
endef