gen_priv_stacks.py: fix kobject list

k_stack are orthogonal to thread stacks.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-03-27 14:25:13 -07:00 committed by Anas Nashif
commit ce6210e479

View file

@ -27,7 +27,6 @@ import struct
from elf_helper import ElfHelper
kobjects = [
"k_stack",
"_k_thread_stack_element",
]