Forgor to link gpiod
This commit is contained in:
parent
b38d8e6d7d
commit
846b038404
@ -27,7 +27,7 @@ else ifeq ($(USELIB_RPI), USE_LGPIO_LIB)
|
|||||||
else ifeq ($(USELIB_RPI), USE_DEV_LIB)
|
else ifeq ($(USELIB_RPI), USE_DEV_LIB)
|
||||||
LIB_RPI += -lgpiod -lm
|
LIB_RPI += -lgpiod -lm
|
||||||
endif
|
endif
|
||||||
LIB_RPI += -L./libs -lgo_p2fa -lncurses -Wl,-rpath,./libs
|
LIB_RPI += -L./libs -lgo_p2fa -lgpiod -Wl,-rpath,./libs
|
||||||
DEBUG_RPI = -D $(USELIB_RPI) -D RPI
|
DEBUG_RPI = -D $(USELIB_RPI) -D RPI
|
||||||
|
|
||||||
USELIB_JETSONI = USE_DEV_LIB
|
USELIB_JETSONI = USE_DEV_LIB
|
||||||
|
Loading…
Reference in New Issue
Block a user