blob: 7f40f996233f1f5d9c67f11afe93cc5b4809f6e8 [file] [log] [blame]
BOARD ?= qemu_x86
ifneq ($(BOARD), unit_testing)
CONF_FILE ?= prj_verbose_0.conf
include $(ZEPHYR_BASE)/Makefile.inc
else
OBJECTS = src/main.o
include $(ZEPHYR_BASE)/tests/unit/Makefile.unittest
endif