blob: 2dad078c4eb5f0c3121890188c4f1ac0078d1c8f [file]
BOARD ?= qemu_x86
ifneq ($(BOARD), unit_testing)
KERNEL_TYPE ?= nano
CONF_FILE ?= prj.conf
include $(ZEPHYR_BASE)/Makefile.inc
else
OBJECTS = src/main.o
include $(ZEPHYR_BASE)/tests/unit/Makefile.unittest
endif