2017-03-21 04:22:23 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
BOARD ?= qemu_x86
|
2017-07-31 21:16:25 +08:00
|
|
|
CONF_FILE ?= prj.conf
|
2017-03-21 04:22:23 +08:00
|
|
|
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|
|
|
|
ifeq ($(BOARD), qemu_x86)
|
|
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
|
|
|
endif
|