]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm1176/bcm2835/Makefile
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / arm / cpu / arm1176 / bcm2835 / Makefile
index 4ea6d6b89ffb470ed2ad63e39ea89dc9c787db82..135de42d37b077ecc0c874f26225c0aa76bca61d 100644 (file)
@@ -17,7 +17,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(SOC).o
 
 SOBJS  := lowlevel_init.o
-COBJS  := reset.o timer.o
+COBJS  := init.o reset.o timer.o mbox.o
 
 SRCS   := $(SOBJS:.o=.c) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))