]> Git Repo - qemu.git/blob - hw/audio/Makefile.objs
hw: move target-independent files to subdirectories
[qemu.git] / hw / audio / Makefile.objs
1 # Sound
2 sound-obj-y =
3 sound-obj-$(CONFIG_SB16) += sb16.o
4 sound-obj-$(CONFIG_ES1370) += es1370.o
5 sound-obj-$(CONFIG_AC97) += ac97.o
6 sound-obj-$(CONFIG_ADLIB) += fmopl.o adlib.o
7 sound-obj-$(CONFIG_GUS) += gus.o gusemu_hal.o gusemu_mixer.o
8 sound-obj-$(CONFIG_CS4231A) += cs4231a.o
9 sound-obj-$(CONFIG_HDA) += intel-hda.o hda-codec.o
10
11 common-obj-$(CONFIG_SOUND) += $(sound-obj-y)
12 common-obj-$(CONFIG_PCSPK) += pcspk.o
13 common-obj-$(CONFIG_WM8750) += wm8750.o
14 common-obj-$(CONFIG_PL041) += pl041.o lm4549.o
15
16 $(obj)/adlib.o $(obj)/fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0
This page took 0.025563 seconds and 4 git commands to generate.