Skip to content

Commit c8d66be

Browse files
author
Arto Kinnunen
authored
Remove mbedtls configuration from Makefile (#45)
-Do not define mbedtls configuration in Makefile as the same makefile is used in target builds.
1 parent 6d26372 commit c8d66be

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ override CFLAGS += -I$(NSDLC_DIR)/nsdl-c
3030
EVENTLOOP_DIR := ../event-loop
3131
override CFLAGS += -I$(EVENTLOOP_DIR)/nanostack-event-loop/
3232

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-
3633
COAPSERVICE_DIR := ../coap-service
3734
override CFLAGS += -I$(COAPSERVICE_DIR)/coap-service/
3835
override CFLAGS += -I$(COAPSERVICE_DIR)/source/include/

0 commit comments

Comments
 (0)