sel4: use core_printf for non-core components

This allows us to see debug messages printed at the eary initialization
of init (before init is able to obtain the regular LOG session). This
will be reverted as soon as the initialziation of the non-core base
environment works.
This commit is contained in:
Norman Feske 2015-05-13 11:04:58 +02:00 committed by Christian Helmuth
parent 5a05521e0f
commit d6e3e47348
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
LIBS += base-common syscall
SRC_CC += console/log_console.cc
LIBS += core_printf
#SRC_CC += console/log_console.cc
SRC_CC += env/env.cc env/context_area.cc env/reinitialize.cc
SRC_CC += env/capability_space.cc
SRC_CC += thread/thread_start.cc thread/thread_init.cc