Skip to content

Commit

Permalink
Merge pull request #206 from PandABlocks/update-boot-zip
Browse files Browse the repository at this point in the history
Add target-defs to boot zip file
  • Loading branch information
tomtrafford authored Sep 6, 2024
2 parents d54a132 + 02286c4 commit 7d58e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/fpga.make
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dtc: $(DEVTREE_DTC)
#####################################################################
# zip boot files

$(BOOT_ZIP): $(IMAGE_DIR)/boot.bin $(DEVTREE_DTB)
$(BOOT_ZIP): $(IMAGE_DIR)/boot.bin $(DEVTREE_DTB) $(IMAGE_DIR)/target-defs
zip -j $@ $^

#####################################################################
Expand Down

0 comments on commit 7d58e11

Please sign in to comment.