mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
247 B
Makefile
13 lines
247 B
Makefile
MODULE := tinycbor
|
|
|
|
CFLAGS += -Wno-maybe-uninitialized
|
|
|
|
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
|