Move serial driver code to kernel/dev

This commit is contained in:
2025-10-05 19:50:42 +02:00
parent e9838d530f
commit cdfb1e39c0
4 changed files with 40 additions and 56 deletions

View File

@ -58,7 +58,6 @@ SRCFILES += $(call GRABSRC, \
path \
rbuf \
ipc/pipe \
drivers/serial \
dev \
)