1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/tinycbor/Makefile.tinycbor

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