* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
15 lines
455 B
Makefile
15 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# spi-tools
|
|
#
|
|
################################################################################
|
|
|
|
SPI_TOOLS_VERSION = 0.8.6
|
|
SPI_TOOLS_SITE = $(call github,cpb-,spi-tools,$(SPI_TOOLS_VERSION))
|
|
# autoreconf must be run as specified in package documentation
|
|
SPI_TOOLS_AUTORECONF = YES
|
|
SPI_TOOLS_LICENSE = GPL-2.0
|
|
SPI_TOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|