summaryrefslogtreecommitdiff
path: root/samples/ipm
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2016-11-04 15:05:34 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-11-04 15:47:25 -0400
commitd622b09bc0c227646de88d56ecc09e355b1e8ffa (patch)
tree1aeaf9d87ed622fda10828250fdfc6832a9537aa /samples/ipm
parentb4cc4c9beaf506144aa4affb946e5ad01c87c732 (diff)
samples: tests: remove obsolete KERNEL_TYPE and kernel variables
Remove those from Makefiles and testcase.ini, we now support unified kernel only and sanitycheck script now knows how to deal with this. Change-Id: I853ebcadfa7b56a4de5737d95f2ba096babb2e13 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/testcase.ini1
-rw-r--r--samples/ipm/ipm_demo_lmt/Makefile1
-rw-r--r--samples/ipm/ipm_demo_lmt/testcase.ini1
4 files changed, 0 insertions, 4 deletions
diff --git a/samples/ipm/ipm_demo_arc/Makefile b/samples/ipm/ipm_demo_arc/Makefile
index 795c836db..1d05ac607 100644
--- a/samples/ipm/ipm_demo_arc/Makefile
+++ b/samples/ipm/ipm_demo_arc/Makefile
@@ -1,5 +1,4 @@
BOARD ?= arduino_101_sss
-KERNEL_TYPE = nano
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc
diff --git a/samples/ipm/ipm_demo_arc/testcase.ini b/samples/ipm/ipm_demo_arc/testcase.ini
index 71d074fac..0769b7b76 100644
--- a/samples/ipm/ipm_demo_arc/testcase.ini
+++ b/samples/ipm/ipm_demo_arc/testcase.ini
@@ -1,5 +1,4 @@
[test]
-kernel = nano
build_only = true
tags = samples ipm
filter = CONFIG_SOC_QUARK_SE_C1000_SS
diff --git a/samples/ipm/ipm_demo_lmt/Makefile b/samples/ipm/ipm_demo_lmt/Makefile
index b0a6ca355..105e9078a 100644
--- a/samples/ipm/ipm_demo_lmt/Makefile
+++ b/samples/ipm/ipm_demo_lmt/Makefile
@@ -1,6 +1,5 @@
BOARD ?= arduino_101
MDEF_FILE = prj.mdef
-KERNEL_TYPE = micro
CONF_FILE = prj.conf
include ${ZEPHYR_BASE}/Makefile.inc
diff --git a/samples/ipm/ipm_demo_lmt/testcase.ini b/samples/ipm/ipm_demo_lmt/testcase.ini
index be4935056..de677d551 100644
--- a/samples/ipm/ipm_demo_lmt/testcase.ini
+++ b/samples/ipm/ipm_demo_lmt/testcase.ini
@@ -1,5 +1,4 @@
[test]
-kernel = nano
build_only = true
tags = samples ipm
filter = CONFIG_SOC_QUARK_SE_C1000