diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-06-09 16:01:12 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-06-09 16:01:12 +0200 |
commit | bba436de5395bda8c83a31720a4243eba2646086 (patch) | |
tree | b890dd1303f513d8da1687841efae03ac3f39de6 /projects/cli-test/Makefile | |
parent | 4c13550cf7ca3a5df64c82141980b5db98b58519 (diff) |
Put all the keystore commands under 'keystore' instead.
Makes more sense to keep them together, at least in the cli-test.
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index 3e1f225..cc1a281 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -1,6 +1,6 @@ TEST = cli-test -OBJS = crc32.o test_sdram.o mgmt-cli.o mgmt-dfu.c mgmt-fpga.c mgmt-misc.c mgmt-show.c mgmt-test.c mgmt-set.c +OBJS = crc32.o test_sdram.o mgmt-cli.o mgmt-dfu.c mgmt-fpga.c mgmt-misc.c mgmt-show.c mgmt-test.c mgmt-keystore.c CFLAGS += -I$(LIBCLI_DIR) -I$(LIBHAL_DIR) LIBS += $(LIBCLI_DIR)/libcli.a |