diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-09-06 10:48:19 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-09-06 10:48:19 -0400 |
commit | 406176ee7ef81cec3f346ecd41286a67148e3b0c (patch) | |
tree | f938fc24d000b5217d95fb8a1b4e0a2c9d2bbae6 /drivers/ata/Makefile | |
parent | fc851fad00d7fa1bf4ac7034d9ba8041bf482d50 (diff) |
[libata] Add pata_jmicron driver to Kconfig, Makefile
Someone on LKML noticed it was missing (sorry, missed the name).
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r-- | drivers/ata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile index b183a04aeaf7..e42d14dbf037 100644 --- a/drivers/ata/Makefile +++ b/drivers/ata/Makefile | |||
@@ -34,6 +34,7 @@ obj-$(CONFIG_PATA_HPT3X3) += pata_hpt3x3.o | |||
34 | obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o | 34 | obj-$(CONFIG_PATA_ISAPNP) += pata_isapnp.o |
35 | obj-$(CONFIG_PATA_IT8172) += pata_it8172.o | 35 | obj-$(CONFIG_PATA_IT8172) += pata_it8172.o |
36 | obj-$(CONFIG_PATA_IT821X) += pata_it821x.o | 36 | obj-$(CONFIG_PATA_IT821X) += pata_it821x.o |
37 | obj-$(CONFIG_PATA_JMICRON) += pata_jmicron.o | ||
37 | obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o | 38 | obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o |
38 | obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o | 39 | obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o |
39 | obj-$(CONFIG_PATA_OPTI) += pata_opti.o | 40 | obj-$(CONFIG_PATA_OPTI) += pata_opti.o |