debug workers using gpio on rpi

This commit is contained in:
Devaev Maxim
2019-05-26 20:24:01 +03:00
parent 66ef566c9a
commit 9ca43f17a3
3 changed files with 42 additions and 0 deletions

View File

@@ -28,6 +28,12 @@ ifneq ($(call optbool,$(WITH_OMX_ENCODER)),)
endif
ifneq ($(call optbool,$(WITH_WORKERS_GPIO_DEBUG)),)
LIBS += -lwiringPi
override CFLAGS += -DWITH_WORKERS_GPIO_DEBUG
endif
# =====
all: $(SOURCES) $(PROG)