sunxi: enable automatic FIT build for 64-bit SoCs
[oweals/u-boot.git] / arch / sandbox / lib / Makefile
index 6480ebfca671608116647ec84188ff96897a6da5..2e7802feac8a99b7dfcee72a267b5e77c0808bc0 100644 (file)
@@ -7,5 +7,9 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-
-obj-y  += interrupts.o sandbox.o
+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