[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [5974] adlib.c includes fmopl.h and so needs -DBUILD_Y8950=
From: |
malc |
Subject: |
[Qemu-devel] [5974] adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too |
Date: |
Thu, 11 Dec 2008 00:14:26 +0000 |
Revision: 5974
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5974
Author: malc
Date: 2008-12-11 00:14:25 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too
Modified Paths:
--------------
trunk/Makefile.target
Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target 2008-12-10 19:18:40 UTC (rev 5973)
+++ trunk/Makefile.target 2008-12-11 00:14:25 UTC (rev 5974)
@@ -593,7 +593,7 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [5974] adlib.c includes fmopl.h and so needs -DBUILD_Y8950=0 too,
malc <=