diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-24 17:14:28 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-24 17:14:28 +0200 |
commit | be280fa4a8c851d774cf4581972bc99329c43e6b (patch) | |
tree | ea7786cea0b4125e469c9d25b8ce66965ae68620 /projects/cli-test/Makefile | |
parent | 640163be7e90aef968376cb5cdf6ab0b64ff52ef (diff) |
non-working code to upload an application and jump to it
Committing my work in progress in case someone else wants to help.
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 7737e13..39619fc 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 +OBJS = crc32.o mgmt-cli.o test_sdram.o mgmt-dfu.o CFLAGS += -I$(LIBCLI_DIR) LIBS += $(LIBCLI_DIR)/libcli.a |