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