Add the QEMU x86 project configuration file to the HTTP client sample app. Change-Id: Ice6ae3f3559680e1d182506671984fd5f946f1d8 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
12 lines
230 B
Makefile
12 lines
230 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
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|