diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:24:04 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:24:04 +0000 |
commit | add85a76bb3b589ad38710ca24f5a10f1446d5e7 (patch) | |
tree | ad50b0d808c75263b6077b6f5bf7ed0d0bdc46fa /Makefile.objs | |
parent | 29e922b61fb3d93836825ca9731bb2cadbb6ed72 (diff) | |
download | hqemu-add85a76bb3b589ad38710ca24f5a10f1446d5e7.zip hqemu-add85a76bb3b589ad38710ca24f5a10f1446d5e7.tar.gz |
Compile prep_pci only once
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 7ac8920..3968c35 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -150,7 +150,10 @@ hw-obj-$(CONFIG_USB_UHCI) += usb-uhci.o hw-obj-$(CONFIG_USB_OHCI) += usb-ohci.o hw-obj-$(CONFIG_FDC) += fdc.o hw-obj-$(CONFIG_ACPI) += acpi.o + +# PPC devices hw-obj-$(CONFIG_OPENPIC) += openpic.o +hw-obj-$(CONFIG_PREP_PCI) += prep_pci.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |