From f70e8ad4b0d34278c91c40aca20716fd66c73bba Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 25 Sep 2008 11:12:03 +0100 Subject: [PATCH] Fix broken audio support. -DHAS_AUDIO_CHOICE was omitted from CPPFLAGS. This change was committed as one hunk of commit ae6c754836d244cdb3fe461853e774f1e7c5a33c Author: Ian Jackson Date: Thu Aug 28 15:11:55 2008 +0100 Drop duplication opengl configuration flags Signed-off-by: Samuel Thibault although this was probably a mistake; it should have been committed separately. In any case we cherry pick that half of the change now. --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.target b/Makefile.target index 1aace9c4..57770336 100644 --- a/Makefile.target +++ b/Makefile.target @@ -559,7 +559,7 @@ ifeq ($(TARGET_BASE_ARCH), i386) # Hardware support ifdef CONFIG_AUDIO OBJS+= $(SOUND_HW) pcspk.o -CPPFLAGS += -DHAS_AUDIO +CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE endif OBJS+= ide.o pckbd.o ps2.o vga.o dma.o OBJS+= fdc.o mc146818rtc.o serial.o i8259.o i8254.o pc.o -- 2.39.5