xref: /OK3568_Linux_fs/buildroot/package/spi-tools/spi-tools.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# spi-tools
4#
5################################################################################
6
7SPI_TOOLS_VERSION = 1.0.0
8SPI_TOOLS_SITE = $(call github,cpb-,spi-tools,$(SPI_TOOLS_VERSION))
9# autoreconf must be run as specified in package documentation
10SPI_TOOLS_AUTORECONF = YES
11SPI_TOOLS_LICENSE = GPL-2.0
12SPI_TOOLS_LICENSE_FILES = LICENSE
13
14$(eval $(autotools-package))
15