Skip to content

Commit

Permalink
Remove extra trailing /'s from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps committed Apr 10, 2024
1 parent 11e9044 commit 271afc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix/tcp/wh_client_tcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ SRC_C += \
$(WOLFHSM_DIR)/src/wh_comm.c \
$(WOLFHSM_DIR)/src/wh_message_comm.c \
$(WOLFHSM_DIR)/src/wh_message_nvm.c \
$(WOLFHSM_DIR)/src/wh_message_customcb.c \
$(WOLFHSM_DIR)/src/wh_message_customcb.c

# WolfHSM port\HAL code
SRC_C += $(WOLFHSM_DIR)/port/posix/posix_transport_tcp.c \
SRC_C += $(WOLFHSM_DIR)/port/posix/posix_transport_tcp.c

# APP
SRC_C += ./src/wh_client_tcp.c
Expand Down

0 comments on commit 271afc2

Please sign in to comment.