Commit 83b1fb88f854fcd631dc411ab955d5bd3498fbd3

Authored by ths
1 parent 2f644545

Fix bad variable name.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2652 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
... ... @@ -428,7 +428,7 @@ ifeq ($(TARGET_BASE_ARCH), mips)
428 428 VL_OBJS+= mips_r4k.o mips_malta.o mips_timer.o mips_int.o dma.o vga.o serial.o i8254.o i8259.o
429 429 VL_OBJS+= ide.o gt64xxx.o pckbd.o ps2.o fdc.o mc146818rtc.o usb-uhci.o acpi.o ds1225y.o
430 430 VL_OBJS+= piix_pci.o parallel.o mixeng.o cirrus_vga.o $(SOUND_HW) $(AUDIODRV)
431   -DEFINES += -DHAS_AUDIO
  431 +CPPFLAGS += -DHAS_AUDIO
432 432 endif
433 433 ifeq ($(TARGET_BASE_ARCH), sparc)
434 434 ifeq ($(TARGET_ARCH), sparc64)
... ...