| commit | 99879a558f8f023dd21738cf3f3089a1af3a12de | [log] [tgz] |
|---|---|---|
| author | Gaëtan Harter <gaetan.harter@inria.fr> | Mon Dec 05 12:00:55 2016 +0100 |
| committer | Gaëtan Harter <gaetan.harter@inria.fr> | Mon Dec 05 12:02:25 2016 +0100 |
| tree | 0ce70dc94e13e7a43c0be2c550850df8f0b697fb | |
| parent | 0016138fe3998552eee3987a1c09da43a23c9fb5 [diff] |
Makefile.tinydtls: fixup dtls_debug.c path Change-Id: Ie388ee5d86a32abfd102e4783e6b921b0fc98cd0 Signed-off-by: Gaëtan Harter <gaetan.harter@inria.fr>
diff --git a/Makefile.tinydtls b/Makefile.tinydtls index 88affc4..ee7b6de 100644 --- a/Makefile.tinydtls +++ b/Makefile.tinydtls
@@ -32,5 +32,5 @@ # This activates debugging support # CFLAGS += -DNDEBUG -tinydtls_src += debug.c +tinydtls_src += dtls_debug.c