mirror of https://github.com/fspc/gbootroot.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
663 B
19 lines
663 B
--- orig/fs/Makefile Thu Feb 27 15:30:17 2003
|
|
+++ um/fs/Makefile Thu Feb 27 15:27:11 2003
|
|
@@ -29,7 +29,6 @@
|
|
subdir-$(CONFIG_EXT3_FS) += ext3 # Before ext2 so root fs can be ext3
|
|
subdir-$(CONFIG_JBD) += jbd
|
|
subdir-$(CONFIG_EXT2_FS) += ext2
|
|
-subdir-$(CONFIG_CRAMFS) += cramfs
|
|
subdir-$(CONFIG_RAMFS) += ramfs
|
|
subdir-$(CONFIG_CODA_FS) += coda
|
|
subdir-$(CONFIG_INTERMEZZO_FS) += intermezzo
|
|
@@ -68,7 +67,7 @@
|
|
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
|
|
subdir-$(CONFIG_BEFS_FS) += befs
|
|
subdir-$(CONFIG_JFS_FS) += jfs
|
|
-
|
|
+subdir-$(CONFIG_CRAMFS) += cramfs
|
|
|
|
obj-$(CONFIG_BINFMT_AOUT) += binfmt_aout.o
|
|
obj-$(CONFIG_BINFMT_EM86) += binfmt_em86.o
|
|
|