summaryrefslogtreecommitdiff
path: root/board/spear/common/Makefile
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2014-03-05 11:51:26 (GMT)
committerStefano Babic <sbabic@denx.de>2014-03-05 11:51:26 (GMT)
commit1ad6364eeb4f578e423081d1748e8a3fdf1ab01d (patch)
treef55731737edf1cfd653b21f2ff9d387e6c53ae24 /board/spear/common/Makefile
parent335143c76612a0ae26eef8abeda77641d4f63b50 (diff)
parentcc07294bc704694ae33db75b25ac557e5917a83f (diff)
downloadu-boot-fsl-qoriq-1ad6364eeb4f578e423081d1748e8a3fdf1ab01d.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'board/spear/common/Makefile')
-rw-r--r--board/spear/common/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/spear/common/Makefile b/board/spear/common/Makefile
index 08dc09f..b0ba320 100644
--- a/board/spear/common/Makefile
+++ b/board/spear/common/Makefile
@@ -5,7 +5,10 @@
# SPDX-License-Identifier: GPL-2.0+
#
-ifndef CONFIG_SPL_BUILD
+ifdef CONFIG_SPL_BUILD
+# necessary to create built-in.o
+obj- := __dummy__.o
+else
obj-y := spr_misc.o
obj-y += spr_lowlevel_init.o
endif