9576defc4b
Occurrences were searched using [1]: check-package --include-only EmptyLastLine $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
435 B
Makefile
15 lines
435 B
Makefile
################################################################################
|
|
#
|
|
# cbootimage
|
|
#
|
|
################################################################################
|
|
|
|
CBOOTIMAGE_VERSION = v1.7
|
|
CBOOTIMAGE_SITE = $(call github,NVIDIA,cbootimage,$(CBOOTIMAGE_VERSION))
|
|
CBOOTIMAGE_LICENSE = GPL-2.0
|
|
CBOOTIMAGE_LICENSE_FILES = COPYING
|
|
CBOOTIMAGE_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|