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

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)