patch-2.1.43 linux/fs/proc/Makefile
Next file: linux/fs/proc/arbitrary.c
Previous file: linux/fs/pipe.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Jun 12 16:22:09 1997
- Orig file:
v2.1.42/linux/fs/proc/Makefile
- Orig date:
Mon Mar 17 14:54:30 1997
diff -u --recursive --new-file v2.1.42/linux/fs/proc/Makefile linux/fs/proc/Makefile
@@ -8,8 +8,11 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := proc.o
-O_OBJS := inode.o root.o base.o generic.o mem.o link.o fd.o array.o \
+O_OBJS := inode.o root.o base.o generic.o mem.o link.o arbitrary.o fd.o array.o \
kmsg.o scsi.o proc_tty.o
+ifdef CONFIG_OMIRR
+O_OBJS := $(O_OBJS) omirr.o
+endif
OX_OBJS := procfs_syms.o
M_OBJS :=
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov