Kbuild: adapt Makefile/Kconfig to kernel/common/ removal
Change-Id: I6e9c17b51034dbf1ab93af0234334a3626c25166 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f749794bce
commit
fd5090aca4
4 changed files with 3 additions and 7 deletions
|
@ -1,3 +1,2 @@
|
||||||
obj-y = nanokernel/
|
obj-y = nanokernel/
|
||||||
obj-$(CONFIG_MICROKERNEL) += microkernel/
|
obj-$(CONFIG_MICROKERNEL) += microkernel/
|
||||||
obj-y += common/
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
obj-y += bsp/
|
|
||||||
obj-y += version.o
|
|
||||||
obj-$(CONFIG_ENHANCED_SECURITY) += string_s.o
|
|
|
@ -1,2 +0,0 @@
|
||||||
obj-y = init.o
|
|
||||||
obj-y += ctors.o
|
|
|
@ -6,8 +6,10 @@ EXTRA_AFLAGS := ${EXTRA_CFLAGS}
|
||||||
|
|
||||||
obj-y = nanofiber.o nano_lifo.o nano_context_data.o\
|
obj-y = nanofiber.o nano_lifo.o nano_context_data.o\
|
||||||
nano_mwfifo.o nano_stack.o nano_timer.o \
|
nano_mwfifo.o nano_stack.o nano_timer.o \
|
||||||
nanocontextentry.o nanoinit.o nano_sema.o
|
nanocontextentry.o nanoinit.o nano_sema.o \
|
||||||
|
version.o init.o ctors.o
|
||||||
|
|
||||||
|
obj-$(CONFIG_ENHANCED_SECURITY) += string_s.o
|
||||||
obj-$(CONFIG_STACK_CANARIES) += compiler_stack_protect.o
|
obj-$(CONFIG_STACK_CANARIES) += compiler_stack_protect.o
|
||||||
obj-$(CONFIG_INT_LATENCY_BENCHMARK) += int_latency_bench.o
|
obj-$(CONFIG_INT_LATENCY_BENCHMARK) += int_latency_bench.o
|
||||||
obj-$(CONFIG_PERFORMANCE_METRICS) += nanometrics.o
|
obj-$(CONFIG_PERFORMANCE_METRICS) += nanometrics.o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue