From 833da8df76948e2d1d5973f5f63c7b62b8fc4817 Mon Sep 17 00:00:00 2001 From: Niclas Finne Date: Wed, 17 Jan 2018 20:03:28 +0100 Subject: [PATCH] Added compile information about license when including tinyDTLS in build --- os/net/app-layer/coap/Makefile.coap | 1 + 1 file changed, 1 insertion(+) diff --git a/os/net/app-layer/coap/Makefile.coap b/os/net/app-layer/coap/Makefile.coap index ddf195221..b3e319119 100644 --- a/os/net/app-layer/coap/Makefile.coap +++ b/os/net/app-layer/coap/Makefile.coap @@ -29,4 +29,5 @@ ifeq ($(MAKE_WITH_DTLS),1) ${error Unsupported CoAP DTLS keystore: $(MAKE_COAP_DTLS_KEYSTORE)} endif + ${info Building with tinyDTLS - see $(CONTIKI)/$(TINYDTLS_PATH)/LICENSE} endif