X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fti%2Fpanda%2FMakefile;h=09f88ee86d6f9375ca890f2b931a6e0918f4ed6f;hb=bcae72116257201d7288cb8c525a29aea4875b95;hp=21864037327a5674f80ad093a60dc1f46e41e89b;hpb=033ca72438635c68f3940216a550217b9e7f6417;p=platform%2Fkernel%2Fu-boot.git diff --git a/board/ti/panda/Makefile b/board/ti/panda/Makefile index 2186403..09f88ee 100644 --- a/board/ti/panda/Makefile +++ b/board/ti/panda/Makefile @@ -25,7 +25,9 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).o +ifndef CONFIG_SPL_BUILD COBJS := panda.o +endif SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS))