sunxi: enable automatic FIT build for 64-bit SoCs
[oweals/u-boot.git] / arch / sandbox / lib / Makefile
index 75b135cfc0ef0a254e47a5a2441b99ff6eb17698..2e7802feac8a99b7dfcee72a267b5e77c0808bc0 100644 (file)
@@ -8,4 +8,8 @@
 #
 
 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