diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-20 21:15:16 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-26 12:25:05 -0700 |
commit | bdaf8529385d5126ef791e8f1914afff8cd59bcf (patch) | |
tree | aa9e917703526ad034a19cf1b16002aba486cd17 /init/Makefile | |
parent | a29641883f57f36424e3219ae9ff48dd6cd34de0 (diff) | |
download | kernel_goldelico_gta04-bdaf8529385d5126ef791e8f1914afff8cd59bcf.zip kernel_goldelico_gta04-bdaf8529385d5126ef791e8f1914afff8cd59bcf.tar.gz kernel_goldelico_gta04-bdaf8529385d5126ef791e8f1914afff8cd59bcf.tar.bz2 |
[PATCH] devfs: Remove devfs from the init code
This patch removes the devfs code from the init/ directory.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'init/Makefile')
-rw-r--r-- | init/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index a230007..633a268 100644 --- a/init/Makefile +++ b/init/Makefile @@ -6,7 +6,6 @@ obj-y := main.o version.o mounts.o initramfs.o obj-$(CONFIG_GENERIC_CALIBRATE_DELAY) += calibrate.o mounts-y := do_mounts.o -mounts-$(CONFIG_DEVFS_FS) += do_mounts_devfs.o mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o |