diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 9e7a1bb09b..90b5eb71ba 100644 --- a/Makefile.target +++ b/Makefile.target @@ -602,6 +602,8 @@ 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 +# PowerPC E500 boards +OBJS+= ppce500_pci.o ifdef FDT_LIBS OBJS+= device_tree.o LIBS+= $(FDT_LIBS) |