mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5974 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
902b3d5c39
commit
c40e866fa2
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ SOUND_HW += ac97.o
|
|||
endif
|
||||
ifdef CONFIG_ADLIB
|
||||
SOUND_HW += fmopl.o adlib.o
|
||||
fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0
|
||||
adlib.o fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0
|
||||
endif
|
||||
ifdef CONFIG_GUS
|
||||
SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o
|
||||
|
|
Loading…
Reference in a new issue