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 SUBMODULES := 1
BASE_MODULE := suit_storage BASE_MODULE := suit_storage
SRC += storage.c
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base