Show compile information about tinyDTLS license only once.

This commit is contained in:
Niclas Finne 2018-01-19 06:49:24 +01:00
parent 833da8df76
commit a18aaa4e26
2 changed files with 1 additions and 2 deletions

View File

@ -28,6 +28,4 @@ ifeq ($(MAKE_WITH_DTLS),1)
else
${error Unsupported CoAP DTLS keystore: $(MAKE_COAP_DTLS_KEYSTORE)}
endif
${info Building with tinyDTLS - see $(CONTIKI)/$(TINYDTLS_PATH)/LICENSE}
endif

View File

@ -0,0 +1 @@
${info Building with tinyDTLS - see $(CONTIKI)/$(TINYDTLS_PATH)/LICENSE}