]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/lib/Makefile
board: sama5d4ek: clean up code
[u-boot] / arch / sandbox / lib / Makefile
index 4c1a38d6bcb7af7efb4e1e6fcb1631ec857f65ec..2e7802feac8a99b7dfcee72a267b5e77c0808bc0 100644 (file)
@@ -7,5 +7,9 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-
 obj-y  += interrupts.o
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_PCI)      += pci_io.o
+endif
+obj-$(CONFIG_CMD_BOOTM) += bootm.o
+obj-$(CONFIG_CMD_BOOTZ) += bootm.o