samples: remove unused MDEF file

This is a nanokernel sample and the MDEF file is not being used at
all.

Change-Id: I344adfa9394329258144de88521764974238f6a3
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-09-24 08:26:50 -04:00
commit 6ab9701330
2 changed files with 0 additions and 12 deletions

View file

@ -1,5 +1,4 @@
BOARD ?= arduino_101_sss
VPFILE = prj.mdef
KERNEL_TYPE = nano
CONF_FILE = prj.conf

View file

@ -1,11 +0,0 @@
% Application : Hello demo
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================
TASK TASKA 7 taskA 2048 [EXE]
TASK TASKB 7 taskB 2048 [EXE]
% SEMA NAME
% =============
SEMA TASKASEM
SEMA TASKBSEM