mirror of https://github.com/ARMmbed/mbed-os.git
Remove mbedtls configuration from Makefile (#45)
-Do not define mbedtls configuration in Makefile as the same makefile is used in target builds.pull/3240/head
parent
6d263723c1
commit
c8d66be284
3
Makefile
3
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='<config-thread.h>' -I$(MBEDTLS_DIR)/include
|
||||
|
||||
COAPSERVICE_DIR := ../coap-service
|
||||
override CFLAGS += -I$(COAPSERVICE_DIR)/coap-service/
|
||||
override CFLAGS += -I$(COAPSERVICE_DIR)/source/include/
|
||||
|
|
Loading…
Reference in New Issue