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:
parent
9463dc0b8f
commit
d687a95611
48 changed files with 12 additions and 14 deletions
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue