mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Koen Zandberg
7742750abd
This commit introduces a common storage backend for SUIT manifest payloads. Different backends can be compiled into a single firmware. Degending on the component name in the SUIT manifest, a storage backend is selected by the parser.
6 lines
102 B
Makefile
6 lines
102 B
Makefile
MODULE := suit_storage
|
|
SUBMODULES := 1
|
|
BASE_MODULE := suit_storage
|
|
|
|
include $(RIOTBASE)/Makefile.base
|