]> git.sur5r.net Git - u-boot/blobdiff - board/pxa255_idp/Makefile
fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
[u-boot] / board / pxa255_idp / Makefile
index a957dd39615ff8880b74eeb508444ca2901018c7..4892b42bc156d8d44dd6504d39cdcbe9cb62b399 100644 (file)
@@ -27,7 +27,7 @@ include $(TOPDIR)/config.mk
 LIB    = $(obj)lib$(BOARD).a
 
 COBJS  := pxa_idp.o
-SOBJS  := memsetup.o
+SOBJS  := lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
@@ -40,7 +40,7 @@ clean:
        rm -f $(SOBJS) $(OBJS)
 
 distclean:     clean
-       rm -f $(LIB) core *.bak .depend
+       rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################