patch-1.3.61 linux/fs/Makefile
Next file: linux/fs/binfmt_aout.c
Previous file: linux/drivers/sound/configure.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Thu Feb 8 05:41:50 1996
- Orig file:
v1.3.60/linux/fs/Makefile
- Orig date:
Wed Feb 7 15:11:29 1996
diff -u --recursive --new-file v1.3.60/linux/fs/Makefile linux/fs/Makefile
@@ -52,7 +52,7 @@
ifeq ($(CONFIG_FAT_FS),y)
SUB_DIRS += fat
else
- ifeq ($(CONFIG_MSDOS_FS),m)
+ ifeq ($(CONFIG_FAT_FS),m)
MOD_SUB_DIRS += fat
endif
endif
@@ -146,6 +146,14 @@
else
ifeq ($(CONFIG_BINFMT_ELF),m)
M_OBJS += binfmt_elf.o
+ endif
+endif
+
+ifeq ($(CONFIG_BINFMT_AOUT),y)
+BINFMTS += binfmt_aout.o
+else
+ ifeq ($(CONFIG_BINFMT_AOUT),m)
+ M_OBJS += binfmt_aout.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this