mirror of
https://github.com/eclipse/tinydtls.git
synced 2025-05-08 19:41:19 +08:00

Those flags are already configured by the RIOT package. Signed-off-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
6 lines
159 B
Makefile
6 lines
159 B
Makefile
MODULE = tinydtls
|
|
|
|
SRC := ccm.c crypto.c dtls.c dtls_debug.c dtls_time.c hmac.c netq.c peer.c session.c dtls_prng.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|