Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25 /block/Makefile

Filename:/block/Makefile
Lines Added:3
Lines Deleted:1
Also changed in: (Previous) 2.6.25-rc9  2.6.25-rc8  2.6.25-rc7  2.6.25-rc6  2.6.25-rc5  2.6.25-rc4 
(Following) 2.6.26-git1  2.6.26-git2  2.6.26-git3  2.6.26-git4  2.6.26-git5  2.6.26-git6 

Location
[  2.6.25
  [  block
     o  Makefile

Patch

diff --git a/block/Makefile b/block/Makefile
index 8261081..5a43c7d 100644
--- a/block/Makefile
+++ b/block/Makefile
@@ -2,7 +2,9 @@
 # Makefile for the kernel block layer
 #
 
-obj-$(CONFIG_BLOCK) := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o
+obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o \
+         blk-barrier.o blk-settings.o blk-ioc.o blk-map.o \
+         blk-exec.o blk-merge.o ioctl.o genhd.o scsi_ioctl.o
 
 obj-$(CONFIG_BLK_DEV_BSG)   += bsg.o
 obj-$(CONFIG_IOSCHED_NOOP)   += noop-iosched.o


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.