zephyr/kernel/microkernel
Juan Manuel Cruz 2e3e28c3ed Kconfig KERNEL_DIR symbol removal.
This commit removes the Kconfig symbol KERNEL_DIR.
The symbols was no longer needed because sysgen is only
used on microkernel architectures and the value of
KERNEL_DIR is always "ukernel", therefore it is redundant.

Change-Id: I5e38dd431c5b6f7586e8b25aea330632e96f581f
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
2016-02-05 20:14:05 -05:00
..
channel Creation of Makefiles for kernel and misc directory. 2016-02-05 20:14:04 -05:00
core Creation of Makefiles for kernel and misc directory. 2016-02-05 20:14:04 -05:00
include Relocate misplaced pipe buffer code 2016-02-05 20:14:01 -05:00
movedata Creation of Makefiles for kernel and misc directory. 2016-02-05 20:14:04 -05:00
timer Creation of Makefiles for kernel and misc directory. 2016-02-05 20:14:04 -05:00
Kconfig Kconfig KERNEL_DIR symbol removal. 2016-02-05 20:14:05 -05:00
Makefile Creation of Makefiles for kernel and misc directory. 2016-02-05 20:14:04 -05:00
cmdPkt.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
defs.objs Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
global.c Fix checkpatch issue - WARNING:LONG_LINE 2016-02-05 20:13:59 -05:00
idle.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_event.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_irq.c Eliminate exposure of non-public task IRQ type definition 2016-02-05 20:14:00 -05:00
k_mbox.c Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
k_memmap.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_mempool.c Fix coding style of control statements 2016-02-05 20:13:59 -05:00
k_mutex.c Rename hidden TICKLESS_KERNEL config option to SYS_CLOCK_EXISTS 2016-02-05 20:13:55 -05:00
k_nop.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_offload.c Renaming K_offload to _k_offload_to_fiber 2016-02-05 20:13:48 -05:00
k_pipe.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe_buffer.c Relocate misplaced pipe buffer code 2016-02-05 20:14:01 -05:00
k_pipe_get.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe_put.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_pipe_util.c Relocate misplaced pipe buffer code 2016-02-05 20:14:01 -05:00
k_pipe_xfer.c Rename and relocate miscellaneous microkernel pipe files 2016-02-05 20:14:01 -05:00
k_queue.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
k_sema.c Fix checkpatch issue - ERROR:ELSE_AFTER_BRACE 2016-02-05 20:13:59 -05:00
k_task.c Eliminate public use of non-public task structure 2016-02-05 20:14:00 -05:00
k_timer.c Fix checkpatch issue - ERROR:ELSE_AFTER_BRACE 2016-02-05 20:13:59 -05:00
movedata.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
server.c Continue limiting exposure of microkernel APIs needed by sysgen 2016-02-05 20:13:55 -05:00
task_monitor.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00
ticker.c Eliminate exposure of non-public microkernel structures 2016-02-05 20:14:00 -05:00