drivers: ps2: Build syscall handlers
syscall handler were not being built at all !! Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
297fb5a90f
commit
fbd2d2f557
|
@ -3,3 +3,4 @@
|
|||
zephyr_library()
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_PS2_XEC ps2_mchp_xec.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_USERSPACE ps2_handlers.c)
|
||||
|
|
Loading…
Reference in a new issue