x11vnc: fix compile error
[openadk.git] / toolchain / elf2flt / Makefile.inc
bloba5eed1570ceae6fe291a234e68d68111950f8ee7
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 PKG_NAME:=              elf2flt
5 ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2024_02),y)
6 PKG_VERSION:=           v2024.02
7 PKG_GIT:=               tag
8 PKG_RELEASE:=           1
9 PKG_SITES:=             https://github.com/uclinux-dev/elf2flt.git
10 endif
11 ifeq ($(ADK_TOOLCHAIN_ELF2FLT_OLD),y)
12 PKG_VERSION:=           453398f917d167f8c308c8f997270c48ae8f8b12
13 PKG_GIT:=               hash
14 PKG_RELEASE:=           1
15 PKG_SITES:=             https://github.com/uclinux-dev/elf2flt.git
16 endif