diff options
author | Paul Selkirk <paul@psgd.org> | 2016-08-23 12:29:53 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-08-23 12:31:28 -0400 |
commit | 746a1eac11759f51cfb39c5c8be228651b33269f (patch) | |
tree | 5b60ccfd00ce1be7dbe84f91f8b184342d80c28b /projects/cli-test/Makefile | |
parent | 1f00be95e861f87b625ed7fe39823dde3230ca98 (diff) | |
parent | 057c2bd09138dfd626289b27929427021f1b1c2a (diff) |
Merge branch 'master' of git.cryptech.is:sw/stm32
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index 5a6cea8..11c1737 100644 --- a/projects/cli-test/Makefile +++ b/projects/cli-test/Makefile @@ -8,9 +8,10 @@ OBJS = \ mgmt-keystore.o \ mgmt-masterkey.o \ mgmt-misc.o \ - test-mkmif.o \ mgmt-show.o \ mgmt-test.o \ + test-fmc.o \ + test-mkmif.o \ test_sdram.o BOARD_OBJS = \ |