]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/spear/common/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-microblaze
[karo-tx-uboot.git] / board / spear / common / Makefile
index 11f81e48033fc3bb658fb8c06d5074017c39e9da..5c66c3f09294397ad775e5cab401534011de848b 100644 (file)
@@ -29,8 +29,10 @@ endif
 
 LIB    = $(obj)lib$(VENDOR).o
 
+ifndef CONFIG_SPL_BUILD
 COBJS  := spr_misc.o
 SOBJS  := spr_lowlevel_init.o
+endif
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))