fixed ld error

This commit is contained in:
Devaev Maxim
2020-09-01 08:53:33 +03:00
parent 0ac9f77619
commit 266e210b04
7 changed files with 40 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ endif
ifneq ($(call optbool,$(WITH_GPIO)),)
_LIBS += -lwiringPi
override CFLAGS += -DWITH_GPIO
_SRCS += $(shell ls src/gpio/*.c)
endif