patch-2.4.0-prerelease linux/fs/devfs/Makefile

Next file: linux/fs/devpts/Makefile
Previous file: linux/fs/cramfs/inode.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/devfs/Makefile linux/fs/devfs/Makefile
@@ -8,7 +8,10 @@
 # Note 2! The CFLAGS definitions are now in the main makefile...
 
 O_TARGET := devfs.o
-OX_OBJS  := base.o util.o
+
+export-objs := base.o util.o
+
+obj-y   := base.o util.o
 
 # Special case to support building documentation
 ifndef TOPDIR

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)