patch-2.1.23 linux/fs/proc/Makefile
Next file: linux/fs/proc/array.c
Previous file: linux/fs/pipe.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Jan 26 12:07:45 1997
- Orig file:
v2.1.22/linux/fs/proc/Makefile
- Orig date:
Thu Jan 18 07:06:17 1996
diff -u --recursive --new-file v2.1.22/linux/fs/proc/Makefile linux/fs/proc/Makefile
@@ -10,6 +10,14 @@
O_TARGET := proc.o
O_OBJS := inode.o root.o base.o mem.o link.o fd.o array.o kmsg.o net.o scsi.o
OX_OBJS := procfs_syms.o
-M_OBJS := $(O_TARGET)
+M_OBJS :=
+
+ifeq ($(CONFIG_SUN_OPENPROMFS),y)
+O_OBJS += openpromfs.o
+else
+ ifeq ($(CONFIG_SUN_OPENPROMFS),m)
+ M_OBJS += openpromfs.o
+ endif
+endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov