diff options
-rw-r--r-- | Makefile.target | 2 | ||||
-rw-r--r-- | hw/ppc_newworld.c (renamed from hw/ppc_chrp.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 28ba17ff5b..3d49d97303 100644 --- a/Makefile.target +++ b/Makefile.target @@ -594,7 +594,7 @@ OBJS+= macio.o cuda.o adb.o mac_nvram.o mac_dbdma.o escc.o # OldWorld PowerMac OBJS+= heathrow_pic.o grackle_pci.o ppc_oldworld.o # NewWorld PowerMac -OBJS+= unin_pci.o ppc_chrp.o +OBJS+= unin_pci.o ppc_newworld.o # PowerPC 4xx boards OBJS+= pflash_cfi02.o ppc4xx_devs.o ppc4xx_pci.o ppc405_uc.o ppc405_boards.o OBJS+= ppc440.o ppc440_bamboo.o diff --git a/hw/ppc_chrp.c b/hw/ppc_newworld.c index 1379847219..1379847219 100644 --- a/hw/ppc_chrp.c +++ b/hw/ppc_newworld.c |