diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:59 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:59 +0000 |
commit | 5c4532ee7894277d8d54db108e891c4204d15f1d (patch) | |
tree | e986f88f2ac6e45a4548aaf2e6c62e95842d25d1 /Makefile.target | |
parent | 02c7c992f0036bca8f1256e8a1f0d80a81e173f0 (diff) |
Compile openpic 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 ee2cff06ce..5ed20ec461 100644 --- a/Makefile.target +++ b/Makefile.target @@ -191,7 +191,7 @@ obj-i386-y += debugcon.o multiboot.o # shared objects obj-ppc-y = ppc.o -obj-ppc-y += vga.o dma.o openpic.o +obj-ppc-y += vga.o dma.o # PREP target obj-ppc-y += pckbd.o i8259.o mc146818rtc.o obj-ppc-y += prep_pci.o ppc_prep.o |