aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-06-01 13:47:46 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-06-01 13:47:46 +0200
commit2d08b2038a5cf14a92d8ca3e10fb3421e73e5b74 (patch)
tree5c15b49fbc4983dc2e77d72957e10f04df08ae4f /projects/cli-test/Makefile
parentd8ede68bee96b810ad7bfcbd126daf67e2e7b92a (diff)
Move FPGA related commands to mgmt-fpga.c
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r--projects/cli-test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile
index 39619fc..2ca61b9 100644
--- a/projects/cli-test/Makefile
+++ b/projects/cli-test/Makefile
@@ -1,6 +1,6 @@
TEST = cli-test
-OBJS = crc32.o mgmt-cli.o test_sdram.o mgmt-dfu.o
+OBJS = crc32.o mgmt-cli.o test_sdram.o mgmt-dfu.o mgmt-fpga.o
CFLAGS += -I$(LIBCLI_DIR)
LIBS += $(LIBCLI_DIR)/libcli.a