mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
No functional change, but bump for consistency. For details, see the release Notes: https://github.com/orhun/kmon/releases/tag/v1.7.1 Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
328 B
Makefile
12 lines
328 B
Makefile
################################################################################
|
|
#
|
|
# kmon
|
|
#
|
|
################################################################################
|
|
|
|
KMON_VERSION = 1.7.1
|
|
KMON_SITE = $(call github,orhun,kmon,v$(KMON_VERSION))
|
|
KMON_LICENSE = GPL-3.0
|
|
KMON_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|