Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dcb31f140dfdd42b7cb68f1ca6272a78c8c483e4
/
.
/
samples
/
nanokernel
/
apps
/
profiler_sample
/
Makefile
blob: a300f3bc47d4c5c04986ac9f1aa1f46def253638 [
file
] [
log
] [
blame
]
KERNEL_TYPE
=
nano
PLATFORM_CONFIG
?=
basic_atom
SOURCE_DIR
=
$
(
ZEPHYR_BASE
)/
samples
/
microkernel
/
apps
/
profiler_sample
/
src
/
MDEF_FILE
=
prj
.
mdef
CONF_FILE
=
prj_$
(
ARCH
).
conf
include $
{
ZEPHYR_BASE
}/
Makefile
.
inc