1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

suit: Move common storage.c to module directory

This commit is contained in:
Koen Zandberg 2020-10-01 19:40:14 +02:00
parent 7159fa03fc
commit a7656a51b7
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B
2 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ MODULE := suit_storage
SUBMODULES := 1
BASE_MODULE := suit_storage
SRC += storage.c
include $(RIOTBASE)/Makefile.base