mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Kaspar Schleiser
fb12c4aa8d
This commit adds a sys module implementing SUIT draft v4 compatible firmware updates. Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr> Co-authored-by: Koen Zandberg <koen@bergzand.net> Co-authored-by: Francisco Molina <femolina@uc.cl>
10 lines
177 B
Makefile
10 lines
177 B
Makefile
SUBMODULES := 1
|
|
|
|
# don't complain about missing submodule .c file.
|
|
# necessary to not fail for suit_v*_*.
|
|
SUBMODULES_NOFORCE := 1
|
|
|
|
DIRS += v4
|
|
|
|
include $(RIOTBASE)/Makefile.base
|