aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-07-12 10:15:38 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-07-12 10:15:38 +0200
commit87dcf973d96463f54fa71d072e02b29a4c8ef1d4 (patch)
tree71a3851ade4df127411ceac84cb429315c11631b /projects/cli-test/Makefile
parentb4dfbfa104b142b4e5585f33d03b22755704b1ff (diff)
re-enable masterkey
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r--projects/cli-test/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile
index a07029c..5a6cea8 100644
--- a/projects/cli-test/Makefile
+++ b/projects/cli-test/Makefile
@@ -1,6 +1,17 @@
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-keystore.o test-mkmif.c
+OBJS = \
+ crc32.o \
+ mgmt-cli.o \
+ mgmt-dfu.o \
+ mgmt-fpga.o \
+ mgmt-keystore.o \
+ mgmt-masterkey.o \
+ mgmt-misc.o \
+ test-mkmif.o \
+ mgmt-show.o \
+ mgmt-test.o \
+ test_sdram.o
BOARD_OBJS = \
$(TOPLEVEL)/stm-init.o \