]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/mpc8540ads/Makefile
Remove all the search paths from the .lds files.
[u-boot] / board / freescale / mpc8540ads / Makefile
index 0c8f470163d6c62d5abc18f1192d0ad59c22ba5e..be243885be641cdc9af3bb01aa39535c368fcef3 100644 (file)
@@ -25,8 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o law.o
-SOBJS  := init.o
+COBJS  := $(BOARD).o law.o tlb.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))