mgmt: syscalls: use zephyr_syscall_header
This adds a few line use zephyr_syscall_header() to include headers containing syscall function prototypes. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
057ceb1408
commit
cacefd4c33
|
@ -4,6 +4,10 @@
|
|||
# SPDX -License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
zephyr_syscall_header(
|
||||
${ZEPHYR_BASE}/include/zephyr/mgmt/updatehub.h
|
||||
)
|
||||
|
||||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_UPDATEHUB updatehub.c)
|
||||
|
|
Loading…
Reference in a new issue