Merge branch 'mpc86xx'
[oweals/u-boot.git] / cpu / arm926ejs / Makefile
index 203278e9cff757d04984c1f5280bd6c999da2b27..060fd20c65efb250c0ca14833da8a1676a349134 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(CPU).a
 
 START  = start.o
-OBJS   = interrupts.o cpu.o
+OBJS   = interrupts.o cpu.o cpuinfo.o
 
 all:   .depend $(START) $(LIB)