Add kernel functions to kernel module and make it part of the shell sample. Change-Id: If5e8ff8ce7b8edbbb8d62509964700b007eaf88b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
3 lines
93 B
Makefile
3 lines
93 B
Makefile
obj-$(CONFIG_ENABLE_SHELL) += shell_service.o
|
|
obj-$(CONFIG_KERNEL_SHELL) += kernel_service.o
|