diff options
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 23588738cff0..d84615912387 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile @@ -114,7 +114,7 @@ obj-$(CONFIG_PATA_SAMSUNG_CF) += pata_samsung_cf.o obj-$(CONFIG_PATA_PXA) += pata_pxa.o -obj-$(CONFIG_PATA_PARPORT) += pata_parport.o +obj-$(CONFIG_PATA_PARPORT) += pata_parport/ # Should be last but two libata driver obj-$(CONFIG_PATA_ACPI) += pata_acpi.o |