aboutsummaryrefslogtreecommitdiff
path: root/board/ti/panda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/panda/Makefile')
-rw-r--r--board/ti/panda/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/panda/Makefile b/board/ti/panda/Makefile
index 218640373..09f88ee86 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))