diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:52 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:52 +0000 |
commit | 53b67b3052f39b049bc7c79ae1ce132c90098c6c (patch) | |
tree | 5977097e25ae67ac7ff64392835bf9bba3a73c59 /Makefile.objs | |
parent | ad96090a01d848df67d70c5259ed8aa321fa8716 (diff) |
Compile acpi only once
Use qemu_irqs to trigger CMOS S3 and SMI events.
Avoid using kvm.h, which uses CPUState.
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 d8eef0a747..cd1e721b13 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -146,6 +146,7 @@ hw-obj-$(CONFIG_PCSPK) += pcspk.o 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 # PCI watchdog devices hw-obj-y += wdt_i6300esb.o |