patch-2.4.0-prerelease linux/fs/devpts/Makefile
Next file: linux/fs/efs/Makefile
Previous file: linux/fs/devfs/Makefile
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/devpts/Makefile
- Orig date:
Wed Jun 24 14:30:09 1998
diff -u --recursive --new-file v2.4.0-test12/linux/fs/devpts/Makefile linux/fs/devpts/Makefile
@@ -3,8 +3,9 @@
#
O_TARGET := devpts.o
-O_OBJS := root.o inode.o
-M_OBJS := $(O_TARGET)
+obj-y := root.o inode.o
+
+obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)