bootstrap hw: add missing base/registry.cc

Ref #2196
This commit is contained in:
Martin Stein 2017-03-06 17:15:58 +01:00 committed by Christian Helmuth
parent 0bb752674f
commit 34d1b60f52
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ SRC_CC += lib/base/avl_tree.cc
SRC_CC += lib/base/console.cc
SRC_CC += lib/base/elf_binary.cc
SRC_CC += lib/base/heap.cc
SRC_CC += lib/base/registry.cc
SRC_CC += lib/base/log.cc
SRC_CC += lib/base/output.cc
SRC_CC += lib/base/slab.cc