mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-27 13:02:10 +00:00
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12 lines
331 B
Makefile
12 lines
331 B
Makefile
################################################################################
|
|
#
|
|
# libmodbus
|
|
#
|
|
################################################################################
|
|
|
|
LIBMODBUS_VERSION = 3.0.3
|
|
LIBMODBUS_SITE = http://github.com/downloads/stephane/libmodbus
|
|
LIBMODBUS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|