ifeq ($(CONFIG_KERNEL_V2),y)
obj-y = unified/
else
obj-y = nanokernel/
obj-$(CONFIG_MICROKERNEL) += microkernel/
endif