zephyr/kernel/Makefile

5 lines
98 B
Makefile

ifneq ($(CONFIG_KERNEL_V2),y)
obj-y = nanokernel/
obj-$(CONFIG_MICROKERNEL) += microkernel/
endif