summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-29 10:01:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-29 10:58:14 +0200
commit0185bd8775a62d2aab72baec0a21f55330c4611a (patch)
tree720c9b8e7d020bf8ec73e6616f6bd6a908eefd16 /toolchain/elf2flt/Makefile.inc
parent9eac5eab4d917aa405ad3ab8c513364a94f30e61 (diff)
elf2flt: add 2023.04 tag for testing
Diffstat (limited to 'toolchain/elf2flt/Makefile.inc')
-rw-r--r--toolchain/elf2flt/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc
index 19751342e..2dab7edb5 100644
--- a/toolchain/elf2flt/Makefile.inc
+++ b/toolchain/elf2flt/Makefile.inc
@@ -2,6 +2,12 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= elf2flt
+ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2023_04),y)
+PKG_VERSION:= v2023.04
+PKG_GIT:= tag
+PKG_RELEASE:= 1
+PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
+endif
ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2021_08),y)
PKG_VERSION:= v2021.08
PKG_GIT:= tag