diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-22 10:10:36 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-05-22 10:50:28 -0500 |
commit | 71b9b0ca5b29899042c5170692c468093fdb8af6 (patch) | |
tree | d0edab3ea2f37b1a9515604ad07c796f4e142400 /Makefile.hw | |
parent | 79eb76ade2ec09c7209662323650be41988ddb51 (diff) |
Partially revert e20a8dff4c0da3827764924139d3bb73962f5d5a
From Paul Brook:
"the fdc is tied to the ISA DMA engine. We don't currently have a target
independent method of handling inter-device data transfer."
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.hw b/Makefile.hw index 6da37a97e..010e63c8a 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -23,9 +23,6 @@ OBJS+= nand.o ecc.o OBJS+= m48t59.o escc.o -# PC style devices -OBJS+= fdc.o - # SCSI layer OBJS+= lsi53c895a.o esp.o |