]> 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 29136508f582978c220d00246adcd4034c1fe24d..be243885be641cdc9af3bb01aa39535c368fcef3 100644 (file)
@@ -25,9 +25,7 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).a
 
-COBJS  := $(BOARD).o
-SOBJS  := init.o
-#SOBJS :=
+COBJS  := $(BOARD).o law.o tlb.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))