summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-21 18:08:17 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:29:50 +0200
commit2717c43bca6f920c4d3b0909c33bf3c1f76a70a9 (patch)
tree3611503472e8f793fb24a39d53e00e36c8fabb26 /Makefile
parent80e439d146f661c416b7f42c4180b16aae7ac2f7 (diff)
New root files: version, uptime, stat
* rootdir.c, rootdir.h: New files. * main.c: Use rootdir_create_node. * Makefile: Add the rootdir module.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 48013f9..9820a76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TARGET = procfs
OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o \
- process.o proclist.o dircat.o main.o
+ process.o proclist.o rootdir.o dircat.o main.o
LIBS = -lnetfs -lps
CC = gcc