diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-16 14:33:47 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:47 -0400 |
commit | 453ea3ed0b3e8ad67d4ee9d2fccf3d95a3e1f709 (patch) | |
tree | 359db77d614ee17d948a9e9fc318174c12e96377 /drivers/ide/Makefile | |
parent | 01c22bfc30a3f40fed08cfd2779348edcb6c5e53 (diff) |
move ide/legacy/hd.c to drivers/block/
This patch moves hd.c to drivers/block/
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: rmk@arm.linux.org.uk
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r-- | drivers/ide/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 39e99ace5cd3..5d414e301a5a 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile | |||
@@ -61,8 +61,3 @@ ifeq ($(CONFIG_BLK_DEV_PLATFORM), y) | |||
61 | endif | 61 | endif |
62 | 62 | ||
63 | obj-$(CONFIG_BLK_DEV_IDE) += arm/ mips/ | 63 | obj-$(CONFIG_BLK_DEV_IDE) += arm/ mips/ |
64 | |||
65 | ifeq ($(CONFIG_BLK_DEV_HD), y) | ||
66 | hd-core-y += legacy/hd.o | ||
67 | obj-y += hd-core.o | ||
68 | endif | ||