summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl2010-03-29 21:23:57 +0200
committerBlue Swirl2010-03-29 21:23:57 +0200
commit02c7c992f0036bca8f1256e8a1f0d80a81e173f0 (patch)
tree86b99319d8d6eb7ded47589ae4f64c3c646c301b /Makefile.objs
parentCompile pflash_cfi01 only once (diff)
downloadqemu-02c7c992f0036bca8f1256e8a1f0d80a81e173f0.tar.gz
qemu-02c7c992f0036bca8f1256e8a1f0d80a81e173f0.tar.xz
qemu-02c7c992f0036bca8f1256e8a1f0d80a81e173f0.zip
Compile ide/macio only once
Replace TARGET_PAGE_SIZE with 4096. Make byte swapping unconditional since PPC is big endian. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index fe5b4d980e..1752402efe 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -171,6 +171,7 @@ hw-obj-$(CONFIG_IDE_PCI) += ide/pci.o
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
# SCSI layer
hw-obj-y += lsi53c895a.o