Commit caf9a12e9ad9cdd89e9b13a01b359673f25b6313
1 parent
1f62d938
CUDA + ADB support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@879 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile.target
@@ -245,7 +245,7 @@ VL_OBJS+= ppc.o | @@ -245,7 +245,7 @@ VL_OBJS+= ppc.o | ||
245 | # PREP hardware support | 245 | # PREP hardware support |
246 | VL_OBJS+= ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o | 246 | VL_OBJS+= ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o |
247 | VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o | 247 | VL_OBJS+= mc146818rtc.o serial.o i8259.o i8254.o fdc.o m48t59.o |
248 | -VL_OBJS+= ppc_prep.o ppc_chrp.o | 248 | +VL_OBJS+= ppc_prep.o ppc_chrp.o cuda.o adb.o |
249 | endif | 249 | endif |
250 | ifdef CONFIG_GDBSTUB | 250 | ifdef CONFIG_GDBSTUB |
251 | VL_OBJS+=gdbstub.o | 251 | VL_OBJS+=gdbstub.o |