This commit is contained in:
2024-11-20 00:07:51 -05:00
parent 2ce67a7a09
commit 31ed7875bf
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ else ifeq ($(USELIB_RPI), USE_LGPIO_LIB)
else ifeq ($(USELIB_RPI), USE_DEV_LIB)
LIB_RPI += -lgpiod -lm
endif
LIB_RPI += -L./libs -lgo_p2fa
DEBUG_RPI = -D $(USELIB_RPI) -D RPI
USELIB_JETSONI = USE_DEV_LIB