mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
625a7e7563
Signed-off-by: Ted Hess <thess@kitschensync.net>
12 lines
237 B
Diff
12 lines
237 B
Diff
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -44,7 +44,7 @@ OPTS += -DDRV_CONRAD
|
|
endif
|
|
ifeq ($(DRV_SAINSMART), y)
|
|
SRC += relay_drv_sainsmart.c
|
|
-LIBS += -lftdi
|
|
+LIBS += -lftdi1
|
|
OPTS += -DDRV_SAINSMART
|
|
endif
|
|
ifeq ($(DRV_SAINSMART16), y)
|