From fd2c93584f644671ca9464a9cb57b5d497709ff8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 15 Apr 2017 16:54:44 -0400 Subject: Move hal_log() support to separate module. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2944aa9..581adda 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,8 @@ BOARD_OBJS += \ $(TOPLEVEL)/stm-fpgacfg.o \ $(TOPLEVEL)/stm-keystore.o \ $(TOPLEVEL)/stm-sdram.o \ - $(TOPLEVEL)/stm-flash.o + $(TOPLEVEL)/stm-flash.o \ + $(TOPLEVEL)/stm-log.o endif export BOARD_OBJS -- cgit v1.2.3