We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d26372 commit c8d66beCopy full SHA for c8d66be
Makefile
@@ -30,9 +30,6 @@ override CFLAGS += -I$(NSDLC_DIR)/nsdl-c
30
EVENTLOOP_DIR := ../event-loop
31
override CFLAGS += -I$(EVENTLOOP_DIR)/nanostack-event-loop/
32
33
-MBEDTLS_DIR := ../mbedtls
34
-override CFLAGS += -I$(MBEDTLS_DIR)/configs -I$(MBEDTLS_DIR) -DMBEDTLS_CONFIG_FILE='<config-thread.h>' -I$(MBEDTLS_DIR)/include
35
-
36
COAPSERVICE_DIR := ../coap-service
37
override CFLAGS += -I$(COAPSERVICE_DIR)/coap-service/
38
override CFLAGS += -I$(COAPSERVICE_DIR)/source/include/
0 commit comments