]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/smdk2410/Makefile
Prepare for SoC rework of ARM code:
[people/ms/u-boot.git] / board / smdk2410 / Makefile
index af1e6e677e84da58d8a8c87f7a1ac03fd9e0ab09..4ee21f5977acc6d7c8ee29c3634f7611b0157e3a 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 LIB    = lib$(BOARD).a
 
 OBJS   := smdk2410.o flash.o
-SOBJS  := memsetup.o
+SOBJS  := lowlevel_init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
        $(AR) crv $@ $(OBJS) $(SOBJS)