[Cryptech-Commits] [sw/stm32] 03/03: bootloader doesn't need stm-fmc either

git at cryptech.is git at cryptech.is
Wed Jun 8 16:44:20 UTC 2016


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

fredrik at thulin.net pushed a commit to branch master
in repository sw/stm32.

commit e1855dcbc60fe1fbc29a2d193ef6f5d87a7f6f51
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Wed Jun 8 09:36:21 2016 +0200

    bootloader doesn't need stm-fmc either
---
 projects/bootloader/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/projects/bootloader/Makefile b/projects/bootloader/Makefile
index 1e489c2..fe75849 100644
--- a/projects/bootloader/Makefile
+++ b/projects/bootloader/Makefile
@@ -4,7 +4,6 @@ OBJS = crc32.o dfu.o
 
 BOARD_OBJS = \
 	./stm-init.o \
-	$(TOPLEVEL)/stm-fmc.o \
 	$(TOPLEVEL)/stm-uart.o \
 	$(TOPLEVEL)/stm-flash.o \
 	$(TOPLEVEL)/syscalls.o \



More information about the Commits mailing list