diff options
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 51c17e5..1d73b3b 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 |