mirror of
https://github.com/gosticks/RIOT.git
synced 2026-01-31 14:07:39 +00:00
11 lines
211 B
Makefile
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
|