summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-29 18:34:54 -0800
committerPixel <pixel@nobis-crew.org>2011-01-29 18:34:54 -0800
commitea49b5b3f435bce0a301111fad0738efb0b39e0d (patch)
treeaa595cc250514f5225f624d2e691e144c740c567 /os/Makefile
parent7182d70210f4880e66ae9e5a5531bddd3a90737b (diff)
Adding some romfs support.
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/Makefile b/os/Makefile
index 75bc575..cfc6e33 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -14,6 +14,7 @@ src/filesystem.c \
src/fio.c \
src/hash-djb2.c \
src/osdebug.c \
+src/romfs.c \
\
src/close.c \
src/fstat.c \
@@ -28,6 +29,7 @@ src/fclose.c \
src/fflush.c \
src/fopen.c \
src/fprintf.c \
+src/fread.c \
src/free.c \
src/fwrite.c \
src/malloc.c \