summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx31pdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx31pdk/Makefile')
-rw-r--r--board/freescale/mx31pdk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/freescale/mx31pdk/Makefile b/board/freescale/mx31pdk/Makefile
index 5b7cafd9f6..b91072285a 100644
--- a/board/freescale/mx31pdk/Makefile
+++ b/board/freescale/mx31pdk/Makefile
@@ -27,6 +27,9 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).o
+ifdef CONFIG_SPL_BUILD
+SOBJS := lowlevel_init.o
+endif
COBJS := mx31pdk.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OpenPOWER on IntegriCloud