Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3e01cef06fd8b2d4a2b536b6adb6925292b7ee94
/
.
/
tests
/
drivers
/
spi
/
spi_loopback
/
Makefile
blob: 13b3ecfef2bb81c55531297637a793fd0269505a [
file
] [
log
] [
blame
]
# Makefile - SPI sample
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
BOARD
?=
quark_se_c1000_devboard
CONF_FILE
?=
prj_$
(
BOARD
).
conf
include $
(
ZEPHYR_BASE
)/
Makefile
.
inc