blob: cf629e60294cccd9fc3dafefa5435c2454b6a9f6 [file] [log] [blame]
# This is a -*- Makefile -*-
CFLAGS += -DDTLSv12 -DWITH_SHA256
tinydtls_src = dtls.c crypto.c hmac.c rijndael.c sha2.c ccm.c netq.c ecc.c dtls_time.c peer.c session.c dtls_prng.c
# This activates debugging support
# CFLAGS += -DNDEBUG
tinydtls_src += dtls_debug.c