X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=post%2Fcpu%2Fppc4xx%2FMakefile;h=62be9c6aa841e9e0f78a0d30d7da742733773404;hb=c4a14957ca6e41f8c4dfc61df47cac498a5e6725;hp=87ecd7c907458ead56ce5014ce597b31f1b23854;hpb=00f0dfaaf9a4f5ff3c7e9503da413bbf936e4ee8;p=u-boot diff --git a/post/cpu/ppc4xx/Makefile b/post/cpu/ppc4xx/Makefile index 87ecd7c907..62be9c6aa8 100644 --- a/post/cpu/ppc4xx/Makefile +++ b/post/cpu/ppc4xx/Makefile @@ -25,6 +25,6 @@ include $(OBJTREE)/include/autoconf.mk LIB = libpostppc4xx.a AOBJS-$(CONFIG_HAS_POST) += cache_4xx.o -COBJS-$(CONFIG_HAS_POST) += cache.o denali_ecc.o ether.o fpu.o spr.o uart.o watchdog.o +COBJS-$(CONFIG_HAS_POST) += cache.o denali_ecc.o ether.o fpu.o ocm.o spr.o uart.o watchdog.o include $(TOPDIR)/post/rules.mk