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 similarity index 100% rename from hw/ppc_chrp.c rename to hw/ppc_newworld.c