X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fide%2FMakefile;h=75dc6969e0a7dfc4e6ed01015c96c21b98387b3c;hb=bd203b57c7edd6bc457b769cd15fa7239cd2241e;hp=569fae7175032f8ae285fc5b4039c218325f54cf;hpb=0e6850f615af510c992ff9753f4d8c385969a17c;p=linux-2.6-omap-h63xx.git diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 569fae71750..75dc6969e0a 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile @@ -20,8 +20,9 @@ ide-core-$(CONFIG_BLK_DEV_CMD640) += pci/cmd640.o # Core IDE code - must come before legacy ide-core-$(CONFIG_BLK_DEV_IDEPCI) += setup-pci.o ide-core-$(CONFIG_BLK_DEV_IDEDMA) += ide-dma.o -ide-core-$(CONFIG_PROC_FS) += ide-proc.o +ide-core-$(CONFIG_IDE_PROC_FS) += ide-proc.o ide-core-$(CONFIG_BLK_DEV_IDEPNP) += ide-pnp.o +ide-core-$(CONFIG_BLK_DEV_IDEACPI) += ide-acpi.o # built-in only drivers from arm/ ide-core-$(CONFIG_IDE_ARM) += arm/ide_arm.o