]> git.sur5r.net Git - u-boot/blobdiff - arch/sandbox/lib/Makefile
dm: test: Add tests for the clk uclass
[u-boot] / arch / sandbox / lib / Makefile
index 6480ebfca671608116647ec84188ff96897a6da5..96761e27f7a38a80a20176d85ca3c2f2242cc65a 100644 (file)
@@ -7,5 +7,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-
-obj-y  += interrupts.o sandbox.o
+obj-y  += interrupts.o
+obj-$(CONFIG_PCI)      += pci_io.o
+obj-$(CONFIG_CMD_BOOTM) += bootm.o