]> git.sur5r.net Git - u-boot/blobdiff - lib_arm/Makefile
[new uImage] Rename architecture specific bootm code files
[u-boot] / lib_arm / Makefile
index 037c475f8bbf26f5adf8ecf936b28708350fcddf..aa9bee75cc88b9011cf3c335e55565068a22c550 100644 (file)
@@ -27,7 +27,7 @@ LIB   = $(obj)lib$(ARCH).a
 
 SOBJS  = _ashldi3.o _ashrdi3.o _divsi3.o _modsi3.o _udivsi3.o _umodsi3.o
 
-COBJS  = armlinux.o board.o \
+COBJS  = bootm.o board.o \
          cache.o div0.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)