diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-02-13 12:31:28 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-02-20 09:34:16 +0000 |
commit | 72927c936020f0785fb9935fa285d30bfeea0434 (patch) | |
tree | 4797ef196bc74af8208c2d161603181b09e37d75 /Makefile.target | |
parent | 110f9133491b9f80fe32478a36116b47e954a41b (diff) | |
download | qemu-72927c936020f0785fb9935fa285d30bfeea0434.tar.gz qemu-72927c936020f0785fb9935fa285d30bfeea0434.tar.bz2 qemu-72927c936020f0785fb9935fa285d30bfeea0434.zip |
applesmc: make optional
Based on patch by David Ahern.
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 5a0fd40696..220589ebbf 100644 --- a/Makefile.target +++ b/Makefile.target @@ -215,7 +215,7 @@ obj-$(CONFIG_KVM) += ivshmem.o obj-i386-y += vga.o obj-i386-y += mc146818rtc.o i8259.o pc.o obj-i386-y += cirrus_vga.o apic.o ioapic.o piix_pci.o -obj-i386-y += vmport.o applesmc.o +obj-i386-y += vmport.o obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o obj-i386-y += debugcon.o multiboot.o obj-i386-y += pc_piix.o kvmclock.o |