thread names

This commit is contained in:
Devaev Maxim
2019-09-14 04:28:11 +03:00
parent b7d8c5bfa6
commit a23475be57
11 changed files with 142 additions and 35 deletions

View File

@@ -36,6 +36,12 @@ override CFLAGS += -DWITH_GPIO
endif
WITH_PTHREAD_NP ?= 1
ifneq ($(call optbool,$(WITH_PTHREAD_NP)),)
override CFLAGS += -DWITH_PTHREAD_NP
endif
# =====
all: $(SOURCES) $(PROG)