zephyr/samples/microkernel/test/test_ctr/Makefile

8 lines
188 B
Makefile
Raw Normal View History

PLATFORM_CONFIG ?= qemu_x86
MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
CONF_FILE = prj_$(ARCH).conf
SOURCE_DIR = $(ZEPHYR_BASE)/samples/crypto/test_ctr/
include $(ZEPHYR_BASE)/Makefile.inc