base: unify some irq_session headers

remove repos/base-*/include/irq_session headers and use only a unification
from   repos/base/include/irq_session

first step

Issue #1456
This commit is contained in:
Alexander Boettcher
2015-03-17 13:28:20 +01:00
committed by Christian Helmuth
parent 2002e1ccba
commit e2cbc7c5b3
23 changed files with 161 additions and 157 deletions

View File

@ -2,6 +2,7 @@ SRC_CC += console/log_console.cc
SRC_CC += cpu/cache.cc
SRC_CC += env/env.cc env/context_area.cc env/reinitialize.cc
SRC_CC += thread/thread_start.cc
SRC_CC += irq/platform.cc
INC_DIR += $(BASE_DIR)/src/base/env
INC_DIR += $(REP_DIR)/include/codezero/dummies