patch-2.4.0-prerelease linux/fs/isofs/Makefile
Next file: linux/fs/isofs/rock.c
Previous file: linux/fs/inode.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/isofs/Makefile
- Orig date:
Sat Feb 26 20:33:06 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/isofs/Makefile linux/fs/isofs/Makefile
@@ -8,12 +8,10 @@
# Note 2! The CFLAGS definitions are now in the main makefile.
O_TARGET := isofs.o
-O_OBJS := namei.o inode.o dir.o util.o rock.o
-ifdef CONFIG_JOLIET
-O_OBJS += joliet.o
-endif
+obj-y := namei.o inode.o dir.o util.o rock.o
+obj-$(CONFIG_JOLIET) += joliet.o
-M_OBJS := $(O_TARGET)
+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)