aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-06-08 18:46:06 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-06-08 18:46:06 +0200
commitb97ba86151439a187c047353dc75d3cf2020043d (patch)
tree0f2d45b32beee04a0546dd8b5288786d6ae2a47d /projects/cli-test/Makefile
parente1855dcbc60fe1fbc29a2d193ef6f5d87a7f6f51 (diff)
Test code for ks_flash in corresponding branch of libhal.
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r--projects/cli-test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile
index acf2720..16de9f3 100644
--- a/projects/cli-test/Makefile
+++ b/projects/cli-test/Makefile
@@ -2,8 +2,9 @@ TEST = cli-test
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)
+CFLAGS += -I$(LIBCLI_DIR) -I$(LIBHAL_DIR)
LIBS += $(LIBCLI_DIR)/libcli.a
+LIBS += $(LIBHAL_DIR)/libhal.a
all: $(TEST:=.elf)