summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-02-02 14:56:18 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-02-02 14:56:18 -0800
commite2d292afdb43cd7d9391128563384e1edd53c52e (patch)
treee7577826c4a9e94e863556a1e9b721e55680ab88 /os/Makefile
parent5c70974a399515fe5173c87c1e22c81bbbb2c1ab (diff)
Moving the hooks into the os directory, where they belong.
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/Makefile b/os/Makefile
index d7d0419..37dbf56 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -9,6 +9,7 @@ include $(ROOTDIR)/arch/config.mk
TARGET_SRCS = \
src/init.c \
+src/hooks.c \
\
src/filesystem.c \
src/fio.c \