Merge branch 'master' of /home/git/u-boot
[oweals/u-boot.git] / lib_ppc / Makefile
index afbd5caf5a3d8e24b8255e6be39071be6ee1c21c..61507b038f3d4c5c53e67e9f01f15896f62b6a32 100644 (file)
@@ -28,7 +28,8 @@ LIB   = $(obj)lib$(ARCH).a
 SOBJS  = ppccache.o ppcstring.o ticks.o
 
 COBJS  = board.o \
-         bat_rw.o cache.o extable.o kgdb.o time.o interrupts.o
+         bat_rw.o cache.o extable.o kgdb.o time.o interrupts.o \
+         bootm.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))