summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-08-17 20:34:58 +0000
committerJeremie Koenig <jk@jk.fr.eu.org>2010-08-30 14:14:49 +0200
commitc62d5ff73ceaad21bb0784ed6098d307a625b10d (patch)
treed0998f7ffedb97bee2fe4f06bb6541a28bed4d20 /Makefile
parentba139824fa06a97f2a3b1cc4c6085d10a83ec2b9 (diff)
Add real process nodes
* process.c, process.h: New files, implement a process directory with cmdline and environ files. * Makefile: Add the process module. * proclist.c: Replace stub pid files with the real thing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1fe7415..23815d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
TARGET = procfs
-OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o proclist.o main.o
+OBJS = procfs.o netfs.o procfs_file.o procfs_dir.o process.o proclist.o main.o
LIBS = -lnetfs
CC = gcc