Revision 70615c38 Makefile.objs

b/Makefile.objs
178 178
hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o
179 179
hw-obj-$(CONFIG_VGA_ISA) += vga-isa.o
180 180

  
181
# Sound
182
sound-obj-y =
183
sound-obj-$(CONFIG_SB16) += sb16.o
184
sound-obj-$(CONFIG_ES1370) += es1370.o
185
sound-obj-$(CONFIG_AC97) += ac97.o
186
sound-obj-$(CONFIG_ADLIB) += fmopl.o adlib.o
187
sound-obj-$(CONFIG_GUS) += gus.o gusemu_hal.o gusemu_mixer.o
188
sound-obj-$(CONFIG_CS4231A) += cs4231a.o
189

  
190
adlib.o fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0
191
hw-obj-$(CONFIG_SOUND) += $(sound-obj-y)
192

  
181 193
######################################################################
182 194
# libdis
183 195
# NOTE: the disassembler code is only needed for debugging

Also available in: Unified diff