Kbuild: adapt Makefile/Kconfig to microk.c rename
Change-Id: I1a111799b64dfc440d4fc8f1278e99450fec105e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
bb38b8816d
commit
7245689be3
|
@ -5,6 +5,7 @@ obj-y += global.o cmdPkt.o
|
|||
obj-y += movedata.o
|
||||
obj-y += ticker.o
|
||||
|
||||
obj-$(CONFIG_MICROKERNEL) += server.o
|
||||
obj-$(CONFIG_TASK_MONITOR) += task_monitor.o
|
||||
obj-$(CONFIG_API_MEMMAP) += k_memmap.o
|
||||
obj-$(CONFIG_API_MEMPOOL) += k_mempool.o
|
||||
|
|
|
@ -14,6 +14,5 @@ obj-$(CONFIG_STACK_CANARIES) += compiler_stack_protect.o
|
|||
obj-$(CONFIG_INT_LATENCY_BENCHMARK) += int_latency_bench.o
|
||||
obj-$(CONFIG_PERFORMANCE_METRICS) += nanometrics.o
|
||||
obj-$(CONFIG_ADVANCED_POWER_MANAGEMENT) += idle.o
|
||||
obj-$(CONFIG_MICROKERNEL) += microk.o
|
||||
obj-$(CONFIG_NANOKERNEL) += nanotime.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue