diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-28 01:16:51 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-28 01:16:51 -0400 |
commit | 75ddc749d6f86bbb5d0f7ca8fc52eeb1fb531426 (patch) | |
tree | 728e8f03fff23c7caaae6444d6a5a929b41fca1b /Makefile | |
parent | 494081d72999946076995bacf844e022f1bc09b1 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |