sel4: use LOG console for non-core components

This commit is contained in:
Norman Feske 2015-05-17 22:42:13 +02:00 committed by Christian Helmuth
parent a748dfbc5c
commit 66dd065163
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@
LIBS += base-common syscall
LIBS += core_printf
#SRC_CC += console/log_console.cc
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