From 9eb2c8909a1b4602bfd47d6e96ba2229ff393517 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 15 Apr 2017 17:16:01 -0400 Subject: sw/stm32 Makefiles are a mess. Apparently it's easier to duplicate source files into multiple project directories than to write Makefiles that do something sane. Feh. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 581adda..2944aa9 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,7 @@ BOARD_OBJS += \ $(TOPLEVEL)/stm-fpgacfg.o \ $(TOPLEVEL)/stm-keystore.o \ $(TOPLEVEL)/stm-sdram.o \ - $(TOPLEVEL)/stm-flash.o \ - $(TOPLEVEL)/stm-log.o + $(TOPLEVEL)/stm-flash.o endif export BOARD_OBJS -- cgit v1.2.3