1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 18:43:50 +01:00
RIOT/pkg/tinycbor/Makefile.tinycbor
2018-05-23 16:58:25 +02:00

11 lines
211 B
Makefile

MODULE := tinycbor
SRC += cborerrorstrings.c
SRC += cborencoder.c
SRC += cborencoder_close_container_checked.c
SRC += cborparser.c
SRC += cborpretty.c
SRC += cborvalidation.c
include $(RIOTBASE)/Makefile.base