diff options
| author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:57 +0000 |
|---|---|---|
| committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:57 +0000 |
| commit | 02c7c992f0036bca8f1256e8a1f0d80a81e173f0 (patch) | |
| tree | 86b99319d8d6eb7ded47589ae4f64c3c646c301b /Makefile.objs | |
| parent | 3d08ff698b938613699682b5c5432547a7ebe898 (diff) | |
| download | focaccia-qemu-02c7c992f0036bca8f1256e8a1f0d80a81e173f0.tar.gz focaccia-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.objs | 1 |
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 |