diff options
author | Paul Selkirk <paul@psgd.org> | 2016-07-21 16:32:43 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-07-21 16:32:43 -0400 |
commit | e3fe7d89b6094bfef42f42329e15631f684f0748 (patch) | |
tree | dbaca9b4ce50dca6950a658cef99d20d5d7922ae /Makefile | |
parent | 91cc61352451093e26605f4a9bbe83798da02fd0 (diff) |
Use a fresh port of libcli, which retains more of the original API.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ export RTOS_DIR = $(MBED_DIR)/rtos export LIBHAL_SRC = $(CRYPTECH_ROOT)/sw/libhal export LIBHAL_BLD = $(LIBS_DIR)/libhal -export LIBCLI_SRC = $(CRYPTECH_ROOT)/user/ft/libcli +export LIBCLI_SRC = $(CRYPTECH_ROOT)/user/paul/libcli export LIBCLI_BLD = $(LIBS_DIR)/libcli export LIBTFM_SRC = $(CRYPTECH_ROOT)/sw/thirdparty/libtfm |