Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
349a6c5c28b6756ce1876decfef69e47e02f9105
/
.
/
tests
/
ztest
/
test
/
base
/
Makefile
blob: 2dad078c4eb5f0c3121890188c4f1ac0078d1c8f [
file
]
BOARD
?=
qemu_x86
ifneq
(
$
(
BOARD
),
unit_testing
)
KERNEL_TYPE
?=
nano
CONF_FILE
?=
prj
.
conf
include $
(
ZEPHYR_BASE
)/
Makefile
.
inc
else
OBJECTS
=
src
/
main
.
o
include $
(
ZEPHYR_BASE
)/
tests
/
unit
/
Makefile
.
unittest
endif