summaryrefslogtreecommitdiff
path: root/lib_ppc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib_ppc/Makefile')
-rw-r--r--lib_ppc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_ppc/Makefile b/lib_ppc/Makefile
index afbd5caf5..61507b038 100644
--- a/lib_ppc/Makefile
+++ b/lib_ppc/Makefile
@@ -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))