kernel: move kernel code to kernel/ directly

Also remove mentions of unified kernel in various places in the kernel,
samples and documentation.

Change-Id: Ice43bc73badbe7e14bae40fd6f2a302f6528a77d
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-17 17:48:47 -05:00
commit d687a95611
48 changed files with 12 additions and 14 deletions

View file

@ -1,4 +1,4 @@
ccflags-y += -I$(srctree)/kernel/unified/include
ccflags-y += -I$(srctree)/kernel/include
asflags-y := ${ccflags-y}
obj-y = exc_exit.o irq_init.o \

View file

@ -1,6 +1,6 @@
ccflags-y +=-I$(srctree)/include/drivers
ccflags-y +=-I$(srctree)/arch/arm/soc/$(SOC_PATH)
ccflags-y +=-I$(srctree)/kernel/unified/include
ccflags-y +=-I$(srctree)/kernel/include
asflags-y = $(ccflags-y)