14 lines
262 B
Makefile
14 lines
262 B
Makefile
|
# Makefile - LWM2M client test application
|
||
|
|
||
|
#
|
||
|
# Copyright (c) 2017 Linaro
|
||
|
#
|
||
|
# 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
|