diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-08-15 15:26:28 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-08-15 15:26:28 +0200 |
commit | 057c2bd09138dfd626289b27929427021f1b1c2a (patch) | |
tree | 3f952ac9fbbd649fd230bbc6d17e267dce25dfb4 /projects/cli-test/Makefile | |
parent | ae8ebceb7c47d38949a92a2f495c990e772d4e51 (diff) |
Incorporate FPGA comms test from projects/board-test/fmc-test.c
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 = \ |