diff options
author | Huacai Chen <zltjiangshi@gmail.com> | 2010-06-29 10:49:50 +0800 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-06-29 23:07:52 +0200 |
commit | 016512f3d49af277b768dd5d443b827f35e137ff (patch) | |
tree | e3212ce0611901e4b49301b9afee29f3874454d5 /Makefile.objs | |
parent | edf79e66c020cf540080600d85c5edaa70538025 (diff) |
MIPS: Initial support of VIA IDE controller used by fulong mini pc
Signed-off-by: Huacai Chen <zltjiangshi@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 53fb68ea87..67a0c2395e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -202,6 +202,7 @@ hw-obj-$(CONFIG_IDE_ISA) += ide/isa.o hw-obj-$(CONFIG_IDE_PIIX) += ide/piix.o hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o +hw-obj-$(CONFIG_IDE_VIA) += ide/via.o # SCSI layer hw-obj-y += lsi53c895a.o |