Commit c40e866fa26f284b8fb12368728e0d40941e4ecc

Authored by malc
1 parent 902b3d5c

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
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
... ... @@ -593,7 +593,7 @@ SOUND_HW += ac97.o
593 593 endif
594 594 ifdef CONFIG_ADLIB
595 595 SOUND_HW += fmopl.o adlib.o
596   -fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0
  596 +adlib.o fmopl.o: CFLAGS := ${CFLAGS} -DBUILD_Y8950=0
597 597 endif
598 598 ifdef CONFIG_GUS
599 599 SOUND_HW += gus.o gusemu_hal.o gusemu_mixer.o
... ...