tests: net: Unified kernel is now default and only one

Adapting all unit tests so:

- main task's prj.mdef is already provided by unified kernel with a
default stack of 2kb.
- unified is the only kernel to be used now, removing unecessary kernel
type make option.
- removing all NANOKERNEL/MICROKERNEL related #ifdefs and so on.

Change-Id: I9b853dbd2aef971d355188cbf7fe2ececaaa80c1
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
Tomasz Bursztyka 2016-11-07 13:14:16 +01:00 committed by Jukka Rissanen
commit 64e7dc2caa
40 changed files with 2 additions and 145 deletions

View file

@ -1,6 +1,4 @@
BOARD ?= qemu_x86
MDEF_FILE = prj.mdef
KERNEL_TYPE ?= nano
CONF_FILE = prj.conf
include $(ZEPHYR_BASE)/Makefile.inc