From c8d66be284a98a6473401c33d83b572f86ea96c6 Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Mon, 31 Oct 2016 10:27:02 +0200 Subject: [PATCH] Remove mbedtls configuration from Makefile (#45) -Do not define mbedtls configuration in Makefile as the same makefile is used in target builds. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index c597dbd06b..b392f24e7d 100644 --- a/Makefile +++ b/Makefile @@ -30,9 +30,6 @@ override CFLAGS += -I$(NSDLC_DIR)/nsdl-c EVENTLOOP_DIR := ../event-loop override CFLAGS += -I$(EVENTLOOP_DIR)/nanostack-event-loop/ -MBEDTLS_DIR := ../mbedtls -override CFLAGS += -I$(MBEDTLS_DIR)/configs -I$(MBEDTLS_DIR) -DMBEDTLS_CONFIG_FILE='' -I$(MBEDTLS_DIR)/include - COAPSERVICE_DIR := ../coap-service override CFLAGS += -I$(COAPSERVICE_DIR)/coap-service/ override CFLAGS += -I$(COAPSERVICE_DIR)/source/include/