diff options
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index 7ef89d73df63..e87d644b8ed2 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile | |||
@@ -89,6 +89,8 @@ obj-$(CONFIG_PATA_RB532) += pata_rb532_cf.o | |||
89 | obj-$(CONFIG_PATA_RZ1000) += pata_rz1000.o | 89 | obj-$(CONFIG_PATA_RZ1000) += pata_rz1000.o |
90 | obj-$(CONFIG_PATA_WINBOND_VLB) += pata_winbond.o | 90 | obj-$(CONFIG_PATA_WINBOND_VLB) += pata_winbond.o |
91 | 91 | ||
92 | obj-$(CONFIG_PATA_PXA) += pata_pxa.o | ||
93 | |||
92 | # Should be last but two libata driver | 94 | # Should be last but two libata driver |
93 | obj-$(CONFIG_PATA_ACPI) += pata_acpi.o | 95 | obj-$(CONFIG_PATA_ACPI) += pata_acpi.o |
94 | # Should be last but one libata driver | 96 | # Should be last but one libata driver |