Skip to content

Commit

Permalink
modules/mbedtls_stub: Move source files to subdirectory
Browse files Browse the repository at this point in the history
Move source files to subdirectory.
  • Loading branch information
SPRESENSE committed Jan 19, 2023
1 parent 881494b commit b395de8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions sdk/modules/mbedtls_stub/Makefile
Expand Up @@ -42,9 +42,10 @@ MODNAME = mbedtls_stub

# Add sub directory if exists

VPATH =
VPATH = api handlers
SUBDIRS =
DEPPATH =
DEPPATH = --dep-path api
DEPPATH += --dep-path handlers

CSRCS = mbedtlsstub.c net_sockets.c altcom_mbedtls_hdlr.c
CXXSRCS =
Expand Down
@@ -1,5 +1,5 @@
/****************************************************************************
* modules/mbedtls_stub/mbedtlsstub.c
* modules/mbedtls_stub/api/mbedtlsstub.c
*
* Copyright 2021 Sony Semiconductor Solutions Corporation
*
Expand Down
File renamed without changes.
@@ -1,5 +1,5 @@
/****************************************************************************
* modules/mbedtls_stub/altcom_mbedtls_hdlr.c
* modules/mbedtls_stub/handlers/altcom_mbedtls_hdlr.c
*
* Copyright 2021 Sony Semiconductor Solutions Corporation
*
Expand Down

0 comments on commit b395de8

Please sign in to comment.