summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-17 10:26:12 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:14:48 +0200
commit56ba0ac1e3a3f32763060ab862a6f0054c8a50bf (patch)
tree5d1c05531572f8eb9e3b6508714d66f4be7ae639 /Makefile
parent0a4c7a1ca8bff458eb11322d2c94ec9ffd832524 (diff)
Implement simple directories
* procfs_dir.h: New file; declare the procfs_dir_make_node function, based on the procfs_dir_entry structure. * procfs_dir.c: New file; implement simple directories. * Makefile: Add the procfs_dir module. * main.c: Use it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7282ce..ab6e406 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET = procfs
-OBJS = procfs.o netfs.o procfs_file.o main.o
+OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o main.o
LIBS = -lnetfs
CC = gcc