CUDA + ADB support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@879 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-06-03 18:35:40 +00:00
parent 1f62d9383f
commit caf9a12e9a
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ VL_OBJS+= ppc.o
# PREP hardware support
VL_OBJS+= ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o
VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o
VL_OBJS+= ppc_prep.o ppc_chrp.o
VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o
endif
ifdef CONFIG_GDBSTUB
VL_OBJS+=gdbstub.o