diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 18:35:40 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 18:35:40 +0000 |
commit | caf9a12e9ad9cdd89e9b13a01b359673f25b6313 (patch) | |
tree | 0a3a50215eaf34d3f8b81b1be2fe801a720f41f1 /Makefile.target | |
parent | 1f62d9383f9236cd9cf8f017371800cdfe56a195 (diff) |
CUDA + ADB support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@879 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 51c17e5221..1d73b3b69d 100644 --- a/Makefile.target +++ b/Makefile.target @@ -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 |