1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

Merge pull request #15136 from bergzand/pr/suit/storage_move_common

suit: Move common storage.c to module directory
This commit is contained in:
Koen Zandberg 2020-10-01 20:32:41 +02:00 committed by GitHub
commit bfe48fb41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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