e5c392830e
[Thomas: taken from Mischa original github patch.] Signed-off-by: Mischa Jonker <mjonker@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
13 lines
356 B
Makefile
13 lines
356 B
Makefile
################################################################################
|
|
#
|
|
# cpuload
|
|
#
|
|
################################################################################
|
|
|
|
CPULOAD_VERSION = v0.3
|
|
CPULOAD_SITE = $(call github,kelvincheung,cpuload,$(CPULOAD_VERSION))
|
|
CPULOAD_LICENSE = GPLv2
|
|
CPULOAD_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|