| Index: host/Makefile
|
| diff --git a/host/Makefile b/host/Makefile
|
| index 6c320eb9f189e10af4d755958a18f182e94e2aac..fd3e77e77ee305424953163c015168c23f8cdc1e 100644
|
| --- a/host/Makefile
|
| +++ b/host/Makefile
|
| @@ -21,13 +21,14 @@ INCLUDES += \
|
| LIB_SRCS = \
|
| ./lib/host_common.c \
|
| ./lib/host_key.c \
|
| + ./lib/host_misc.c \
|
| ./lib/host_signature.c
|
|
|
| LIB_OBJS = $(LIB_SRCS:%.c=%.o)
|
|
|
| test : $(LIBNAME)
|
| $(CC) $(CFLAGS) $(INCLUDES) -o $(TESTDIR)/a.out $(TESTDIR)/main.c \
|
| - $(LIBNAME) $(FWLIB) $(TOP)/misclibs/file_keys.o -lcrypto
|
| + $(LIBNAME) $(FWLIB) -lcrypto
|
|
|
| $(LIBNAME) : $(LIB_OBJS) $(STUB_OBJS)
|
| rm -f $@
|
|
|