mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 14:52:45 +01: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
|