diff options
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r-- | drivers/ide/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 57b252b8e792..e6e7811812d2 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile | |||
@@ -41,6 +41,7 @@ ide-cd_mod-y += ide-cd.o ide-cd_ioctl.o ide-cd_verbose.o | |||
41 | ide-floppy_mod-y += ide-floppy.o ide-floppy_ioctl.o | 41 | ide-floppy_mod-y += ide-floppy.o ide-floppy_ioctl.o |
42 | 42 | ||
43 | ifeq ($(CONFIG_IDE_PROC_FS), y) | 43 | ifeq ($(CONFIG_IDE_PROC_FS), y) |
44 | ide-disk_mod-y += ide-disk_proc.o | ||
44 | ide-floppy_mod-y += ide-floppy_proc.o | 45 | ide-floppy_mod-y += ide-floppy_proc.o |
45 | endif | 46 | endif |
46 | 47 | ||