Some files made it through review process with full license header. Change-Id: I2722b127c40b4b19500042c12e4fde85a165bae9 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
262 B
Makefile
15 lines
262 B
Makefile
# Makefile - IRC client sample
|
|
|
|
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE ?= prj_$(BOARD).conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|
|
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|