diff options
author | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 00:14:25 +0000 |
---|---|---|
committer | malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-12-11 00:14:25 +0000 |
commit | c40e866fa26f284b8fb12368728e0d40941e4ecc (patch) | |
tree | c66dd68d04ac2b6b85cf2689902c7a72faf05e73 /Makefile.target | |
parent | 902b3d5c392bb6f48ef340ad8ecc3311705d2800 (diff) |
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
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index ac00c7a5f..7152dff54 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 |