summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-09-10 19:25:12 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-09-10 19:25:12 +0000
commitb8174937ed2c885aca5b9b08773a34397d802717 (patch)
treee249bb8fc8c80164ed471cba7f468b8f20352665 /Makefile.target
parent519945dfbe270059cf012863b97343c752f634cf (diff)
downloadqemu-b8174937ed2c885aca5b9b08773a34397d802717.tar.gz
dummy cs4231 audio driver for sun4m (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2157 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 65c3362981..89b44144dd 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -361,6 +361,7 @@ VL_OBJS+= cirrus_vga.o parallel.o
else
VL_OBJS+= sun4m.o tcx.o pcnet.o iommu.o m48t59.o slavio_intctl.o
VL_OBJS+= slavio_timer.o slavio_serial.o slavio_misc.o fdc.o esp.o sparc32_dma.o
+VL_OBJS+= cs4231.o
endif
endif
ifeq ($(TARGET_BASE_ARCH), arm)