93362ed129
c-periphery now supports building on older kernels before 4.8 as there are now checks for the new kernel cdev gpio interface. Also updated hash file to two space format. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
410 B
Makefile
14 lines
410 B
Makefile
################################################################################
|
|
#
|
|
# c-periphery
|
|
#
|
|
################################################################################
|
|
|
|
C_PERIPHERY_VERSION = 2.2.2
|
|
C_PERIPHERY_SITE = $(call github,vsergeev,c-periphery,v$(C_PERIPHERY_VERSION))
|
|
C_PERIPHERY_INSTALL_STAGING = YES
|
|
C_PERIPHERY_LICENSE = MIT
|
|
C_PERIPHERY_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cmake-package))
|