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:
Anas Nashif 2015-05-09 12:16:51 -04:00
parent f749794bce
commit fd5090aca4
4 changed files with 3 additions and 7 deletions

View file

@ -1,3 +1,2 @@
obj-y = nanokernel/
obj-$(CONFIG_MICROKERNEL) += microkernel/
obj-y += common/

View file

@ -1,3 +0,0 @@
obj-y += bsp/
obj-y += version.o
obj-$(CONFIG_ENHANCED_SECURITY) += string_s.o

View file

@ -1,2 +0,0 @@
obj-y = init.o
obj-y += ctors.o

View file

@ -6,8 +6,10 @@ EXTRA_AFLAGS := ${EXTRA_CFLAGS}
obj-y = nanofiber.o nano_lifo.o nano_context_data.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_INT_LATENCY_BENCHMARK) += int_latency_bench.o
obj-$(CONFIG_PERFORMANCE_METRICS) += nanometrics.o