aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 21:15:16 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-06-26 12:25:05 -0700
commita29641883f57f36424e3219ae9ff48dd6cd34de0 (patch)
treede70437649f87064f378b513003d3e4691d178e4 /fs/partitions/Makefile
parent[PATCH] devfs: Remove devfs documentation from the kernel tree (diff)
downloadlinux-dev-a29641883f57f36424e3219ae9ff48dd6cd34de0.tar.xz
linux-dev-a29641883f57f36424e3219ae9ff48dd6cd34de0.zip
[PATCH] devfs: Remove devfs from the partition code
This patch removes the devfs code from the fs/partitions/ directory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/partitions/Makefile')
-rw-r--r--fs/partitions/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/partitions/Makefile b/fs/partitions/Makefile
index 42c7d3878ed0..d713ce6b3e12 100644
--- a/fs/partitions/Makefile
+++ b/fs/partitions/Makefile
@@ -4,7 +4,6 @@
obj-y := check.o
-obj-$(CONFIG_DEVFS_FS) += devfs.o
obj-$(CONFIG_ACORN_PARTITION) += acorn.o
obj-$(CONFIG_AMIGA_PARTITION) += amiga.o
obj-$(CONFIG_ATARI_PARTITION) += atari.o