Files
mop3/kernel/device/sys/src.mk
kamkow1 4c4c10c61e
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 35s
Build documentation / build-and-deploy (push) Failing after 7s
organize device drivers into subdirectories
2026-03-31 15:56:30 +02:00

6 lines
117 B
Makefile

c += device/sys/debugconsole.c \
device/sys/terminal.c
o += device/sys/debugconsole.o \
device/sys/terminal.o