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.target | |
parent | 3d08ff698b938613699682b5c5432547a7ebe898 (diff) |
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.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 51ddbb90bc..ee2cff06ce 100644 --- a/Makefile.target +++ b/Makefile.target @@ -190,7 +190,7 @@ obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o obj-i386-y += debugcon.o multiboot.o # shared objects -obj-ppc-y = ppc.o ide/macio.o +obj-ppc-y = ppc.o obj-ppc-y += vga.o dma.o openpic.o # PREP target obj-ppc-y += pckbd.o i8259.o mc146818rtc.o |