Skip to content

Commit

Permalink
Compile pcspk only once
Browse files Browse the repository at this point in the history
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
blueswirl committed Mar 21, 2010
1 parent df63277 commit 7109371
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.objs
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ hw-obj-$(CONFIG_ESCC) += escc.o

hw-obj-$(CONFIG_PARALLEL) += parallel.o
hw-obj-$(CONFIG_I8254) += i8254.o
hw-obj-$(CONFIG_PCSPK) += pcspk.o

# PCI watchdog devices
hw-obj-y += wdt_i6300esb.o
Expand Down
4 changes: 2 additions & 2 deletions Makefile.target
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ obj-y += e1000.o
obj-i386-y = ide/core.o ide/qdev.o ide/isa.o ide/pci.o ide/piix.o
obj-i386-y += pckbd.o $(sound-obj-y) dma.o
obj-i386-y += vga.o vga-isa.o
obj-i386-y += fdc.o mc146818rtc.o serial.o i8259.o pcspk.o pc.o
obj-i386-y += fdc.o mc146818rtc.o serial.o i8259.o pc.o
obj-i386-y += cirrus_vga.o apic.o ioapic.o acpi.o piix_pci.o
obj-i386-y += usb-uhci.o vmmouse.o vmport.o vmware_vga.o hpet.o
obj-i386-y += device-hotplug.o pci-hotplug.o smbios.o wdt_ib700.o
Expand Down Expand Up @@ -234,7 +234,7 @@ obj-mips-y += vga-isa.o vga-isa-mm.o
obj-mips-y += g364fb.o jazz_led.o dp8393x.o
obj-mips-y += ide/core.o ide/qdev.o ide/isa.o ide/pci.o ide/piix.o
obj-mips-y += gt64xxx.o pckbd.o fdc.o mc146818rtc.o usb-uhci.o acpi.o ds1225y.o
obj-mips-y += piix4.o cirrus_vga.o pcspk.o $(sound-obj-y)
obj-mips-y += piix4.o cirrus_vga.o $(sound-obj-y)
obj-mips-y += mipsnet.o ne2000-isa.o
obj-mips-y += pflash_cfi01.o
obj-mips-y += vmware_vga.o
Expand Down
1 change: 1 addition & 0 deletions default-configs/i386-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_USB_OHCI=y
CONFIG_VGA_PCI=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCSPK=y
1 change: 1 addition & 0 deletions default-configs/mips-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_ESP=y
CONFIG_VGA_PCI=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCSPK=y
1 change: 1 addition & 0 deletions default-configs/mips64-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_ESP=y
CONFIG_VGA_PCI=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCSPK=y
1 change: 1 addition & 0 deletions default-configs/mips64el-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_ESP=y
CONFIG_VGA_PCI=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCSPK=y
1 change: 1 addition & 0 deletions default-configs/mipsel-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ CONFIG_ESP=y
CONFIG_VGA_PCI=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCSPK=y
1 change: 1 addition & 0 deletions default-configs/x86_64-softmmu.mak
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ CONFIG_USB_OHCI=y
CONFIG_VGA_PCI=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCSPK=y

0 comments on commit 7109371

Please sign in to comment.