2016-06-17 00:08:37 +08:00
|
|
|
# Makefile - ieee802154 example that is used in testing
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-17 00:08:37 +08:00
|
|
|
#
|
|
|
|
|
2016-09-22 00:44:24 +08:00
|
|
|
BOARD ?= quark_se_c1000_devboard
|
2016-06-17 00:08:37 +08:00
|
|
|
CONF_FILE ?= prj.conf
|
|
|
|
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|