summaryrefslogtreecommitdiff
path: root/samples/ipm
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-09-24 08:26:50 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-09-24 08:26:57 -0400
commit6ab97013301da9bfbafde63abc7da18e4591f3cc (patch)
tree1bcbe33ecf8bc90abdd630c9f3d57590ea3b11af /samples/ipm
parentf720bb12a7a3f5d96394a01c6c51ec8d583e3d87 (diff)
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>
Diffstat (limited to 'samples/ipm')
-rw-r--r--samples/ipm/ipm_demo_arc/Makefile1
-rw-r--r--samples/ipm/ipm_demo_arc/prj.mdef11
2 files changed, 0 insertions, 12 deletions
diff --git a/samples/ipm/ipm_demo_arc/Makefile b/samples/ipm/ipm_demo_arc/Makefile
index dcba662d0..795c836db 100644
--- a/samples/ipm/ipm_demo_arc/Makefile
+++ b/samples/ipm/ipm_demo_arc/Makefile
@@ -1,5 +1,4 @@
BOARD ?= arduino_101_sss
-VPFILE = prj.mdef
KERNEL_TYPE = nano
CONF_FILE = prj.conf
diff --git a/samples/ipm/ipm_demo_arc/prj.mdef b/samples/ipm/ipm_demo_arc/prj.mdef
deleted file mode 100644
index 6474ebf66..000000000
--- a/samples/ipm/ipm_demo_arc/prj.mdef
+++ /dev/null
@@ -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