diff options
author | Rob Austein <sra@hactrn.net> | 2017-04-15 16:54:44 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-04-15 16:54:44 -0400 |
commit | fd2c93584f644671ca9464a9cb57b5d497709ff8 (patch) | |
tree | 6767bf08a55d5a239c82f0043a0ce07cc475918d /Makefile | |
parent | d0b87b7cc01270b3ed8a1e20a64482e1446f416b (diff) |
Move hal_log() support to separate module.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |