Removes the following cruft from the nanokernel version of the kernel event logger sample application: 1. MDEF file This file is only relevant to microkernel projects. 2. References to advanced power management and tickless idle These features are only relevant to microkernel projects Change-Id: Ice9bbf0a3d73c45a9157bd38e0a2703f5915d51d Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
7 lines
200 B
Makefile
7 lines
200 B
Makefile
KERNEL_TYPE = nano
|
|
PLATFORM_CONFIG ?= basic_atom
|
|
SOURCE_DIR = $(ZEPHYR_BASE)/samples/microkernel/apps/kernel_event_logger_sample/src/
|
|
CONF_FILE = prj_$(ARCH).conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|