From 34d1b60f522586e8efd7cd260c0abd87c1a63b9f Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Mon, 6 Mar 2017 17:15:58 +0100 Subject: [PATCH] bootstrap hw: add missing base/registry.cc Ref #2196 --- repos/base-hw/lib/mk/bootstrap-hw.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/base-hw/lib/mk/bootstrap-hw.inc b/repos/base-hw/lib/mk/bootstrap-hw.inc index d67c6f8b9..9caab2729 100644 --- a/repos/base-hw/lib/mk/bootstrap-hw.inc +++ b/repos/base-hw/lib/mk/bootstrap-hw.inc @@ -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