Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
34f63de9011b80b298fa20e0e1859be30f4f99f4
/
.
/
samples
/
nfc
/
nfc_hello
/
Makefile
blob: 33c3ed6c20f3986db56f52a2f1c73d8a407521e0 [
file
] [
log
] [
blame
]
KERNEL_TYPE
?=
nano
BOARD
?=
qemu_x86
CONF_FILE
=
prj
.
conf
QEMU_EXTRA_FLAGS
+=
-
serial tcp
:
localhost
:
8888
include $
{
ZEPHYR_BASE
}/
Makefile
.
inc