mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-28 07:53:32 +08:00
7dcc56a50c
Add Kmon, a Rust-based, text-UI tool for managing Linux kernel modules and monitoring kernel activities, providing a single interface for various tools like dmesg and kmod. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
328 B
Makefile
13 lines
328 B
Makefile
################################################################################
|
|
#
|
|
# kmon
|
|
#
|
|
################################################################################
|
|
|
|
KMON_VERSION = 1.6.5
|
|
KMON_SITE = $(call github,orhun,kmon,v$(KMON_VERSION))
|
|
KMON_LICENSE = GPL-3.0
|
|
KMON_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|