X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fti%2Fpanda%2FMakefile;h=b299e2fff8cc15ffcb717ac4377937050418c337;hb=06576b2efcf3d67797437488e90e989b8b48c9f2;hp=ec493f5c38162e4aa828425b44e1006502596058;hpb=464c79207c89f247f97b344495924eabb0c9738e;p=u-boot diff --git a/board/ti/panda/Makefile b/board/ti/panda/Makefile index ec493f5c38..b299e2fff8 100644 --- a/board/ti/panda/Makefile +++ b/board/ti/panda/Makefile @@ -25,9 +25,7 @@ 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))