09e59d73f5
"Non-blocking GPIO Interrupts with callback mechanism" feature requires pthreads. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
412 B
Makefile
15 lines
412 B
Makefile
################################################################################
|
|
#
|
|
# libsoc
|
|
#
|
|
################################################################################
|
|
|
|
LIBSOC_VERSION = 0.4
|
|
LIBSOC_SITE = http://github.com/jackmitch/libsoc/tarball/$(LIBSOC_VERSION)
|
|
LIBSOC_LICENSE = LGPLv2.1
|
|
LIBSOC_LICENSE_FILES = COPYING
|
|
LIBSOC_AUTORECONF = YES
|
|
LIBSOC_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|