[Cryptech-Commits] [sw/stm32] 05/07: Added ice40mkm.o to the Makefile for the bootloader

git at cryptech.is git at cryptech.is
Mon Sep 13 09:04:49 UTC 2021


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch ice40mkm
in repository sw/stm32.

commit f3e5fc48c973ac160493556f0f9ccf220b3a1f8b
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Mon Sep 13 12:02:45 2021 +0300

    Added ice40mkm.o to the Makefile for the bootloader
---
 projects/bootloader/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projects/bootloader/Makefile b/projects/bootloader/Makefile
index 6c1012f..8afdd76 100644
--- a/projects/bootloader/Makefile
+++ b/projects/bootloader/Makefile
@@ -7,6 +7,7 @@ BOARD_OBJS = \
 	$(TOPLEVEL)/stm-fmc.o \
 	$(TOPLEVEL)/stm-uart.o \
 	$(TOPLEVEL)/spiflash_n25q128.o \
+	$(TOPLEVEL)/stm-ice40mkm.o \
 	$(TOPLEVEL)/stm-keystore.o \
 	$(TOPLEVEL)/stm-flash.o \
 	$(TOPLEVEL)/syscalls.o \



More information about the Commits mailing list