diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-20 15:22:22 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-27 20:43:33 -0500 |
commit | 3d2bf4a1093a8598a5ac6038a2510ef864a68118 (patch) | |
tree | de18c26a89c4470d1e9e111a425604bbdb1f4b2b /Makefile.target | |
parent | b884220990ef19d55fc07cebea910d1745b203d3 (diff) |
ide: split away ide-mmio.c
create ide-mmio.c and place mmio support there.
only build ide-mmio support for platforms using it.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 9ec7cc1b13..08019c6c59 100644 --- a/Makefile.target +++ b/Makefile.target @@ -277,7 +277,7 @@ obj-arm-y += syborg_virtio.o obj-sh4-y = shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o obj-sh4-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o serial.o -obj-sh4-y += ide.o isa-bus.o +obj-sh4-y += ide.o isa-bus.o ide-mmio.o obj-m68k-y = an5206.o mcf5206.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o obj-m68k-y += m68k-semi.o dummy_m68k.o |