diff options
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 = \ |