diff options
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 | ||