From 75ddc749d6f86bbb5d0f7ca8fc52eeb1fb531426 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Tue, 28 Jun 2016 01:16:51 -0400 Subject: Fix the bootloader to accept firmware (with PIN login). This involves entirely too much duplication of the CLI. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af50d13..c8e363c 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ libhal-test: $(BOARD_OBJS) $(LIBS) $(LIBHAL_BLD)/libhal.a hsm: $(BOARD_OBJS) $(LIBS) $(LIBHAL_BLD)/libhal.a $(RTOS_DIR)/librtos.a $(LIBCLI_BLD)/libcli.a $(MAKE) -C projects/hsm -bootloader: $(BOARD_OBJS) $(LIBS) +bootloader: $(BOARD_OBJS) $(LIBS) $(LIBHAL_BLD)/libhal.a $(MAKE) -C projects/bootloader # don't automatically delete objects, to avoid a lot of unnecessary rebuilding -- cgit v1.2.3