samples: watchdog: use unified kernel
Use unified kernel for the watchdog sample app. Change-Id: I6b53f066033a451c3aafe7f3a528c7f3461ae305 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
This commit is contained in:
parent
3b0ecfa283
commit
cce647bf54
|
@ -1,4 +1,4 @@
|
|||
KERNEL_TYPE = nano
|
||||
KERNEL_TYPE = unified
|
||||
BOARD ?= quark_d2000_crb
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[test]
|
||||
tags = drivers
|
||||
kernel = unified
|
||||
build_only = true
|
||||
platform_whitelist = quark_d2000_crb quark_se_test_board
|
||||
|
|
Loading…
Reference in a new issue