]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mx31pdk/Makefile
nand: mxc: Switch NAND SPL to generic SPL
[people/ms/u-boot.git] / board / freescale / mx31pdk / Makefile
index 5b7cafd9f65c339d739ad4c128fba9317dbf8209..b91072285a5eb21082feb32f96aaab8ce650af93 100644 (file)
@@ -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)