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