aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-04-15 16:54:44 -0400
committerRob Austein <sra@hactrn.net>2017-04-15 16:54:44 -0400
commitfd2c93584f644671ca9464a9cb57b5d497709ff8 (patch)
tree6767bf08a55d5a239c82f0043a0ce07cc475918d /Makefile
parentd0b87b7cc01270b3ed8a1e20a64482e1446f416b (diff)
Move hal_log() support to separate module.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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