]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/mx27/Makefile
imx: fix exception vectors relocation in imx27
[u-boot] / arch / arm / cpu / arm926ejs / mx27 / Makefile
index 4976bbb89b05f240699400e64eefcda1fd3a3196..0edf1445fe364c19e8b00efd0f499783d245b114 100644 (file)
@@ -5,3 +5,7 @@
 # SPDX-License-Identifier:     GPL-2.0+
 
 obj-y  = generic.o reset.o timer.o
+
+ifndef CONFIG_SPL_BUILD
+obj-y  += relocate.o
+endif