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.objs | |
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.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 1752402efe..c02f9d5ff9 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -149,6 +149,7 @@ 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 +hw-obj-$(CONFIG_OPENPIC) += openpic.o # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |