]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm1176/bcm2835/Makefile
Update from 2013.01 to 2013.07
[karo-tx-uboot.git] / arch / arm / cpu / arm1176 / bcm2835 / Makefile
index 95da6a822a113bd24afa09f01d10fa86de838c64..135de42d37b077ecc0c874f26225c0aa76bca61d 100644 (file)
@@ -17,7 +17,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(SOC).o
 
 SOBJS  := lowlevel_init.o
-COBJS  := init.o 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))