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:
parent
9313172f84
commit
64e7dc2caa
40 changed files with 2 additions and 145 deletions
|
@ -1,6 +1,4 @@
|
|||
BOARD ?= qemu_x86
|
||||
MDEF_FILE = prj.mdef
|
||||
KERNEL_TYPE ?= nano
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
include $(ZEPHYR_BASE)/Makefile.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue