aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2016-06-28 01:16:51 -0400
committerPaul Selkirk <paul@psgd.org>2016-06-28 01:16:51 -0400
commit75ddc749d6f86bbb5d0f7ca8fc52eeb1fb531426 (patch)
tree728e8f03fff23c7caaae6444d6a5a929b41fca1b /Makefile
parent494081d72999946076995bacf844e022f1bc09b1 (diff)
Fix the bootloader to accept firmware (with PIN login).
This involves entirely too much duplication of the CLI.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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