samples: mbedTLS server: unify prj.conf

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-07-31 09:39:31 -04:00 committed by Anas Nashif
commit 7c6cecde14
3 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,7 @@
#
BOARD ?= qemu_x86
CONF_FILE ?= prj_$(BOARD).conf
CONF_FILE ?= prj.conf
include $(ZEPHYR_BASE)/Makefile.inc

View file

@ -1,8 +1,7 @@
sample:
description: TBD
name: TBD
name: DTLS Server
tests:
- test:
platform_whitelist: qemu_x86
build_only: true
tags: net
depends_on: netif