tinydtls/Makefile.riot
Benjamin Valentin 4cb6adcd58 RIOT: remove redundant CFLAGS
Those flags are already configured by the RIOT package.

Signed-off-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
2023-01-21 11:13:28 +01:00

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