]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/overo/Makefile
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / board / overo / Makefile
index 910948455b6a125a98ba0123d94b2818ce241bab..21890715c78edc27704a65759da233d1c908fb6a 100644 (file)
@@ -5,4 +5,8 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y  := overo.o
+ifdef CONFIG_SPL_BUILD
+obj-y  := spl.o common.o
+else
+obj-y  := overo.o common.o
+endif