Files
shredos.x86_64/package/uboot-bootcount/uboot-bootcount.mk
2026-01-06 22:53:29 +00:00

16 lines
499 B
Makefile

################################################################################
#
# uboot-bootcount
#
################################################################################
UBOOT_BOOTCOUNT_VERSION = 3.2.0
UBOOT_BOOTCOUNT_SITE = $(call github,VoltServer,uboot-bootcount,v$(UBOOT_BOOTCOUNT_VERSION))
UBOOT_BOOTCOUNT_LICENSE = GPL-3.0
UBOOT_BOOTCOUNT_LICENSE_FILES = COPYING
# sources fetched from github, no configure script
UBOOT_BOOTCOUNT_AUTORECONF = YES
$(eval $(autotools-package))