diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-09 10:25:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-04-09 10:25:19 +0200 |
commit | e90a04c52f8f4b73e029828db5fc94be736a02dd (patch) | |
tree | f949c787386b77598891ed59f3bf12ca49264b70 /toolchain/elf2flt | |
parent | 9085fc564d92bc9e1fddf4f9f6c4aca9451e3c79 (diff) |
elf2flt: switch to tar.gz
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r-- | toolchain/elf2flt/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index a5eed1570..dee90e037 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -14,3 +14,4 @@ PKG_GIT:= hash PKG_RELEASE:= 1 PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git endif +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz |