diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-06-02 14:57:45 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-06-02 14:57:45 +0200 |
commit | 573363d96582af69dbecf6099bd17a3cc41f5d0f (patch) | |
tree | 326645f53b7620a77c62d8d4bbeea4b268856c1e /projects/cli-test/Makefile | |
parent | bfcb358a699e08f738e1b0b46ea6aa821a6b3145 (diff) | |
parent | ae1ecf87f6b8d7c34b32af0547f118ff7697c2ef (diff) |
Merge branch 'ft-uart_it'
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r-- | projects/cli-test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile index 39619fc..acf2720 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 test_sdram.o mgmt-cli.o mgmt-dfu.c mgmt-fpga.c mgmt-misc.c mgmt-show.c mgmt-test.c CFLAGS += -I$(LIBCLI_DIR) LIBS += $(LIBCLI_DIR)/libcli.a |