zephyr/tests/kernel/test_map_priv/Makefile
Anas Nashif 13b3727e6e tests: move kernel tests to tests/
Move all kernel testcases to tests/ and change Makefiles
accordingly where applicable.

Change-Id: I130cc3919174e93b7130d55fb101bed1d5d7552d
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 18:06:33 +00:00

11 lines
271 B
Makefile

MDEF_FILE = prj.mdef
KERNEL_TYPE = micro
BOARD ?= qemu_x86
CONF_FILE = prj_$(ARCH).conf
SOURCE_DIR := $(ZEPHYR_BASE)/tests/kernel/test_map/src
# Enable testing for private microkernel memory map objects
CFLAGS = -DTEST_PRIV_MEM_MAPS
include ${ZEPHYR_BASE}/Makefile.inc