mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 04:21:56 +00:00
Jira: ZEP-748 Change-Id: Ied8c521f80b8f1d4b22497a059ee5c948449613f Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
11 lines
169 B
Makefile
11 lines
169 B
Makefile
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
BOARD ?= galileo
|
|
CONF_FILE ?= prj_$(BOARD).conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|