1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-04-21 17:42:20 -04:00

Add comment

This commit is contained in:
Braiden Vasco 2017-11-09 16:09:34 +00:00
parent 2c74ca9a06
commit fb53f60e4f

View file

@ -22,6 +22,8 @@ OBJS += pagedir.c.o
# Architecture-independent
OBJS += info.c.o
# Stdlib
OBJS += memset.c.o
OBJS += strlen.c.o
OBJS += itoa.c.o