11 lines
171 B
Makefile
11 lines
171 B
Makefile
|
#
|
||
|
# Copyright (c) 2017 Intel Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
BOARD ?= frdm_k64f
|
||
|
CONF_FILE ?= prj_$(BOARD).conf
|
||
|
|
||
|
include $(ZEPHYR_BASE)/Makefile.inc
|