aboutsummaryrefslogtreecommitdiff
path: root/projects/cli-test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/cli-test/Makefile')
-rw-r--r--projects/cli-test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/cli-test/Makefile b/projects/cli-test/Makefile
index fadf2cf..6f82fc5 100644
--- a/projects/cli-test/Makefile
+++ b/projects/cli-test/Makefile
@@ -12,9 +12,12 @@ OBJS = \
mgmt-test.o \
test-fmc.o \
test-mkmif.o \
- test_sdram.o
+ test_sdram.o \
+ mgmt-timing.o
CFLAGS += -I$(LIBCLI_SRC) -I$(LIBHAL_SRC)
+CFLAGS += -I$(LIBTFM_BLD)
+CFLAGS += -Wno-missing-field-initializers
LIBS += $(LIBCLI_BLD)/libcli.a $(LIBHAL_BLD)/libhal.a $(LIBTFM_BLD)/libtfm.a