diff options
| author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2010-06-22 14:25:42 +0200 |
|---|---|---|
| committer | Avi Kivity <avi@redhat.com> | 2010-06-22 15:40:42 +0300 |
| commit | 677dd44e9ed8871bc1150de8885ebed5a0bdfbea (patch) | |
| tree | 57b71f6bc331008e814b8bd4c4e5fcb992b94d56 /Makefile.target | |
| parent | 000dd35defd36014f6b46b4dab77139c1488637c (diff) | |
Build certain drivers for MIPS as well
pcspk.o i8254.o acpi.o acpi_piix4.o are all required for MIPS as well,
add them to Makefile.target accordingly.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'Makefile.target')
| -rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index b0bb43408..730e39247 100644 --- a/Makefile.target +++ b/Makefile.target @@ -245,6 +245,8 @@ obj-ppc-$(CONFIG_KVM) += kvm_ppc.o obj-ppc-$(CONFIG_FDT) += device_tree.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o +obj-mips-y += pcspk.o i8254.o +obj-mips-y += acpi.o acpi_piix4.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o obj-mips-y += vga.o i8259.o obj-mips-y += g364fb.o jazz_led.o |
