Skip to content

Commit

Permalink
Merge pull request #21 from PandABlocks/output-filenames
Browse files Browse the repository at this point in the history
Update boot & deps filenames
  • Loading branch information
coretl authored Sep 13, 2021
2 parents b44e35b + 27ebc0a commit 0ee916e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ BOOT_IMAGE = $(PANDA_ROOT)/boot
# The zipped file will be called this
export GIT_VERSION_SUFFIX = \
$(shell git describe --abbrev=7 --dirty --always --tags)
BOOT_ZIP = $(PANDA_ROOT)/boot-$(GIT_VERSION_SUFFIX).zip
DEPS_ZIP = $(PANDA_ROOT)/deps-$(GIT_VERSION_SUFFIX).zip
BOOT_ZIP = $(PANDA_ROOT)/boot@$(PLATFORM)-$(GIT_VERSION_SUFFIX).zip
DEPS_ZIP = $(PANDA_ROOT)/deps@$(PLATFORM)-$(GIT_VERSION_SUFFIX).zip

# Tags for versions of u-boot and kernel
U_BOOT_TAG = xilinx-v2020.2.2-k26
Expand Down

0 comments on commit 0ee916e

Please sign in to comment.