]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/am335x/Makefile
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
[karo-tx-uboot.git] / board / ti / am335x / Makefile
index d58b1859f48ed17739c637e5fd460446ba6af165..ca50eef61393fa42a3215bb3b0ae812d28f60269 100644 (file)
@@ -18,7 +18,9 @@ include $(TOPDIR)/config.mk
 
 LIB    = $(obj)lib$(BOARD).o
 
-COBJS  := evm.o mux.o
+ifdef CONFIG_SPL_BUILD
+COBJS  := mux.o
+endif
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))